Roulette Xtreme 2.0 - System Designer
Track Last
Identifier Index > T > Track Last

Glossary Item Box

Track Last

Format:  Track Last  source-support-action support-action dest-record-layout

where

Description

The Track Last identifier will append the last roulette layout that belongs to the group of source-support-action to the layout field of dest-record-layout.  The append process will create a list of roulette layouts in the format of: roulette layout,roulette layout, roulette layout... located in the layout field.  

The maximum number of items in the layout field is determined by the integer or the value located in the data record.  When the maximum number of items is exceeded, the append process will shift the items in the list to the left by 1 and append the last roulette layout to the end of the list.

Roulette layouts Corner, Line and Split overlap some Roulette numbers.  If the number 4 has appeared, the Corner(1:5), Line(1-6) and Split(4-5) would be recognized, but not Corner(2:6), Line(4-9) or Split(5-7). Roulette Xtreme chooses the first occurrences of these types of layout groups.

Example 1

We want to track the last 37 numbers that have appeared to a data record last 37.  We note that as each number appears, it will be appended to the end of the layout field.  Later we will use this information to determine what numbers are not appearing.  The following example will perform this task.

RX Script Copy Code
Track last Number for 37 spins to Record "last 37" layout

Results from example 1

Example 2

We want to track the pattern of the even money layout Red, Black for the last 5 occurrences to data record patterns. The following example will perform this task.

RX Script Copy Code
Track last Red-Black for the past 5 spins to Record "patterns" layout

Results from example 2

Copyright © 2003 UX Software. All rights reserved