BITADR

BITADR returns the bit address of allocated variable.

Example in ST:

bOFF AT%QX10.1 : BOOL;
iBitAdr : BYTE;
iBitAdr := BITADR( bOFF ); (* returns 81*)