3. Statements : OpenROAD Language Statements : Prompt Statement : Parameters—Prompt Statement
 
Share this page                  
Parameters—Prompt Statement
This statement has the following parameters:
variable
Specifies the name of a varchar variable to which the user's response is assigned. If the response is longer than the variable, OpenROAD truncates the response on the right.
varcharstringexpr
Specifies the message to be displayed. This message must be a varchar expression with a maximum length of 2000 characters.