CrGlobal: BitOn |
determine whether a specified bit is on (i.e., set, one) in an integer value
Public Function BitOn( ByVal TestValue As Variant, ByVal Bit As Integer ) As Boolean
If TestValue is a Double, the function evaluates it as a Long.
Returns False if bad arguments are passed.
This function may be called recursively if:
Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods BitNegative BitSet