$INQUIRE
- Last UpdatedJan 05, 2026
- 1 minute read
Syntax
$INQUIRE (Variable) < "Prompt" >
This can be used to prompt the user for a value of a variable. The variable must have been declared previously. The prompt string can be any combination of "messages" and variables as described in the $PRINT statement.
|
for example, |
$INQUIRE nextone "Input the next curve required ?" |
|
|
$INQUIRE size "Max. size is",maxsize," input size : " |
||