Roulette Xtreme 2.0 - System Designer
Input Data
Identifier Index > I > Input Data

Glossary Item Box

Input Data

Format:  Input Data  "text-string" dest-support-action

where

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

Results from example 2

Copyright © 2003 UX Software. All rights reserved