Statement: Action, Type: Initial
Reset All Flags
Format: Reset All Flags boolean-text
where
-
boolean-text = either a constant True or False text word.
-
True: converts the text word to a boolean true indicator
-
False: converts the text word to a boolean false indicator
-
Description
The Reset All Flags identifier reads the boolean-text variable, converts the variable to an actual boolean value, and assigns the value to all data flags within the system.
Example
We have created a system that contains three data flags: Ready to Bet, Win! and Lost!. At some point during our session, we need to initialize our data flags to the value of false. The following example will perform this task.
RX Script | ![]() |
---|---|
Reset All Flags to False |