Statement: Action, Type: Initial
Input Data
Format: Input Data "text-string" dest-support-action
where
-
text-string = any text information that is enclosed in quotation marks " "
-
dest-support-action = any one of the valid destination supporting action identifiers listed below:
-
any roulette table layout identifiers
Description
The Input Data identifier opens a dialog box, displays the text-string information and an integer only spin edit field. The value of the spin edit field will be assigned to the existing value of dest-support-action
Example 1
We are providing a dialog box to allow the User to enter a starting Bankroll. When the User clicks on the Ok button, the value located at the spin edit field will be assigned to the Bankroll. The following example will perform this task.
RX Script | Copy Code |
---|---|
Input Data "Enter your starting Bankroll" to Bankroll |
Results from example 1
Example 2
We are providing a dialog box to allow the User to enter how many spins to wait before placing a bet. When the User clicks on the Ok button, the value located at the spin edit field will be assigned to the data value of record spin count. The following example will perform this task.
RX Script | Copy Code |
---|---|
Input Data "How many spins to wait?" to Record "spin count" data |