Statement: Condition, Type: Supporting
Any Number
Format: initial-condition-statement Any Number support-condition { integer }
where
-
initial-condition-statement = any valid condition statement that use these identifiers listed below:
-
support-condition = any one the valid series of supporting condition identifiers listed below:
-
integer = if applicable, any numeric value.
Description
The Any Number identifier instructs the designed system that you are referencing any of the roulette individual numbers on the table layout.
When referring to any individual number in a condition statement, the system will read the roulette number and perform a comparison against another supporting condition identifier to produce a logical true or false result. If any of the roulette number outcome is evaluated as true the program control is passed to the body of the condition block.
For information about roulette individual numbers: See Number.
Example
We want to determine if any roulette numbers have appeared for more than 3 times in a row and if so, place two layouts bets. The following example will perform this task.
RX Script | Copy Code |
---|---|
If Any Number has hit more than 3 times begin Put 5 units on Red Put 15 units on Column B end |