Roulette Xtreme 2.0 - System Designer
Put 100%
Identifier Index > P > Put 100%

Glossary Item Box

Put 100%

Format:  Put  integer source-support-action  dest-support-action

where

Description

The Put 100% identifier reads the value from source-support-action, multiplies the value by the integer percent, then assigns the value to the dest-support-action.   

Formula

The mathematical formula for this action statement is: dest-support-action = (source-support-action * integer) / 100

Example

We have created a bet progression sequence of: 1,2,4,6,8,16,32,64.  We assigned the sequence list to a data record progression.  We will use the progression bet and place 100% of the progression value to Black which is referenced by the data index.  The following example will perform this task.

Before

RX Script Copy Code
Put 100% of record "progression" data to Black

After

Copyright © 2003 UX Software. All rights reserved