FREEZE%

Syntax

frozen = FREEZE%

Location

BTool

FREEZE% returns either 0 or 1 (for OFF or ON respectively) if <CTRL><F5> has been disabled by FREEZE or not.

Example

frozen = FREEZE%
IF frozen THEN do_stuff: END IF

CROSS-REFERENCE

ON and OFF are constant expressions for 1 and 0. FREEZE% returns the current state. Compare FREEZE and FREEZE% to BREAK and BREAK%.