Arbortext IsoDraw > Macro Language Reference > 3D and User Interaction Commands > Interacting with the User > Get
  
Get
The GET command opens a dialog window to get a value from the user.
GETinput_type"text"
input_type
Input value type. The parameter may have the following values assigned:
INTEGER
for an integer value
FLOAT
for a float value
STRING
for a string value
BOOLEAN
for a boolean value
text
String to display to user.
username = GET STRING "Please enter your name!"