EEex_SetBits
EEex_SetBits(original, bitsString)
Sets all the bit values in original to 1 that match the bitwise mask in the bitsString
Parameters
original - original bits values
bitsString - string containing a bitwise value to use as a bitwise mask
Return
Returns the original value adjusted with the new bitsString mask
Example
EEex_SetBits()
See Also
EEex_UnsetBits, EEex_SetBit, EEex_SetMask, EEex_UnsetBit, EEex_UnsetMask