Function IsBit() Foundation

Checks whether a bit is set at a specified position.

Syntax
IsBit( <nInteger|cHex>, ;  // Type: NC
       [<nBitPos>]      ;  // Type:  N   Default: 1
     ) --> lBitIsSet
Description

<nInteger> is 32 bit integer which may be specified alternatively as a string coded as a hexadecimal number.

<nBitPos> defaults to the lowest ordered bit and may be in the range of 1 to 32.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.