Roulette Xtreme 2.0 - System Designer
Any Number
Identifier Index > A > Any Number

Glossary Item Box

Any Number

Format:  initial-condition-statement  Any Number support-condition  { integer }

where

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

Copyright © 2003 UX Software. All rights reserved