Statement: Action, Type: Supporting
Number
Format: initial-action-statement Number { support-action } dest-support-action
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
support-action = if applicable, any one of the valid destination supporting action identifierslisted below:
-
integer, Record Data
-
-
dest-support-action = any one of the valid destination supporting action identifiers listed below:
Description
The Number is a supporting action identifier that is referencing all roulette numbers.
When referencing the Copy Last and Track Last action statements and a roulette number appears, the Number identifier will return the appropriate number layout type. For example: 21 would return the Number 21 layout. This reference can then be applied to the dest-support-action.
When referencing one of the Calculate action statements, the Number identifier will read the statistical data for the appropriate Calculate action statement and store the statistical total data to the dest-support-action. The data that was retrieved from one of the Calculate action statements can be viewed from the Statistical Totals section of the Number statistics view
Example 1
We want to keep copy the last number that has appeared to data record last number. The following example will perform this task.
RX Script | Copy Code |
---|---|
Copy Last Number to the Record "last number" layout |
Results from example 1
Example 2
The example demonstrates the correct syntax to read the statistical mean data from the statistical total section for the Number layout into the data record number mean.
RX Script | Copy Code |
---|---|
Calculate Mean of Number to Record "number mean" Data |