Statement: Action, Type: Supporting
Flag
Format: initial-condition-statement Flag "flag-name"
where
-
input-checkbox-statement = the valid action statement, Input Checkbox
-
flag-name = the text name of the data flag enclosed in quotation marks " " that will used to reference this record.
Description
The Flag is a supporting action identifier that is referencing the data flag identified by the flag-name. The Flag identifier is used in conjunction with the input-checkbox-statement to allow you to enter a true or false value that will be assigned to the data flag.
Example
We are providing a checkbox dialog box to allow the user to indicate whether to always place on bet on the number 0. After the user clicks the Ok button, the value from the checkbox field is assigned to the flag bet zero. The following example will perform this task.
RX Script | Copy Code |
---|---|
Input Checkbox "Always place a bet on the Number 0" to Flag "bet zero" |