formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT)
Description
Check value of a bit. This macros test if the nth bit of an integer is set. The 0th bit is the least significant bit.
Plugin Prototype
#define FZ_CHKBIT( val, n)
Parameters
lvalue val [Input, Result]
integer variable whose bit is to be checked.
integer n [Input]
bit position to check.
Availability
5.0.0.0
Defined in