Input
Top  Previous  Next

Input [comment] [varlist

Inputs values using the terminal window.

Parameters
 
comment  
 
String constant indicated before inputting variables. Cannot be variable or expression.  
 
varlist  
 
Comma-delimited list of variables to input values to.  

Remarks

Input without varlist makes script to wait user to hit "enter" key:  
Input "Press any key to continue..."   

Example

Input a  
Input a, b, c  
Input "Specify values for a, b and c ", a, b, c