Roulette Xtreme 2.0 - System Designer
Copy Sector
Identifier Index > C > Copy Sector

Glossary Item Box

Copy Sector

Format:  Copy Sector support-action  dest-record-layout

where

  • support-action= any valid action statement that use these identifiers listed below:  

  • integer, Record Data

  • dest-record-layout = destination Record Layout identifier.

Description

The Copy Sector identifier reads the support-action numeric value of the Sector # and copies the Sector # to a layout list located at the dest-record-layout.  The dest-record-layout will then contain a list of roulette numbers that belongs to the Sector support-action

For more information, see Statistical Sectors

The numeric range of a Sector is from 1 to x.  (x = 38 for 00 wheel, 37 for 0 wheel and 36 for no zero wheel).  If Contiguous Sectors is True, then the numeric range is depended on how many sections per sector are set.  Any other number that is outside these parameters are ignored.

Example

We want to copy all roulette numbers belonging to Sector 2 to the layout value of data record sector 2.  The later we will place bets on those numbers.  The following example will perform this task.  

RX Script Copy Code
Put 5 on Section Per Sector  //Set the sections per sector to 5 to capture 5 numbers per sector

Copy Sector 2 to Record "sector 2" layout

Put 1 unit bet on Record "sector 2" layout list

Results from example

Copyright © 2003 UX Software. All rights reserved