Statement: Action, Type: Initial
Put 100%
Format: Put integer % source-support-action dest-support-action
where
-
integer = any numeric variable
-
% = required constant symbol %
-
source-support-action = any one of the valid source supporting action identifier listed below:
-
dest-support-action = any one of the valid destination supporting action identifiers listed below:
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 |