BTst

Boolean = BTst ( Number , Bit )

Returns if the Bitth bit of Number is set.

Example :

PRINT BTst(15, 1)

=> True

PRINT BTst(13, 1)

=> False

Previous: BSet Next: CASE


Referenced by :