Roulette Xtreme 2.0 - System Designer
Reset All Flags
Identifier Index > R > Reset All Flags

Glossary Item Box

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 Copy Code
Reset All Flags to False

Results from example

Copyright © 2003 UX Software. All rights reserved