Statement: Action, Type: Supporting
Corner
Format: initial-action-statement Corner { support-action } dest-record-layout
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 identifiers listed below:
-
integer, Record Data
-
-
dest-record-layout= any one of the valid destination supporting action identifiers listed below:
Description
The Corner is a supporting action identifier that is referencing the Corner inside layouts.
When referencing the Copy Last and Track Last action statements and a roulette number appears, the Corner identifier will return the appropriate corner layout type. Since some numbers have overlapping corners, only the nearest corner layout will be selected. This reference can then be applied to the dest-record-layout.
The Corner identifier will ignore the number 0 and 00. |
When referencing one of the Calculate action statements, the Corner identifier will read the statistical data for the appropriate Calculate action statement and store the statistical total data to data record. The data that was retrieved from one of the Calculate action statements can be viewed from the Statistical Totals section of the Corner statistics view
Example 1
We want to keep track of the corner type of the last number that has appeared. The following example will perform this task.
RX Script | Copy Code |
---|---|
Copy Last Corner to the Record "corner reference" 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 Corner layout into the data record corner mean.
RX Script | Copy Code |
---|---|
Calculate Mean of Corner to Record "corner mean" Data |