Statement: Action, Type: Initial
Copy
Format: Copy source-support-action dest-record-layout
where
-
source-support-action = any valid source supporting action identifiers listed below:
-
any roulette table layout identifiers
-
dest-record-layout = destination Record Layout identifier.
Description
The Copy identifier will copy the source-support-action which contains a single roulette layout to the dest-record-layout.
Example
We want to copy the roulette layouts: 1st Dozen, 2nd Dozen and 3rd Dozen to three individual data records: dozen 1, dozen 2 and dozen 3. Later, we will reference these data records when placing bets. The following example will perform this task.
RX Script | ![]() |
---|---|
Copy 1st Dozen to the Record "dozen 1" layout Copy 2nd Dozen to the Record "dozen 2" layout Copy 3rd Dozen to the Record "dozen 3" layout |