| Directives |
|
| Formats |
Where:
|
||||||||||||||||||||
| Description | Use the PREINPUT directive to have your program prime the input buffer for the user's terminal with a value. You can issue more than one PREINPUT directive, with the messages queued. You can also use this directive to have subprograms respond to INPUT statements in the CALLing or subsequent programs. | ||||||||||||||||||||
| See Also | INPUT
Get Input from Terminal, CTL System Variable. |
||||||||||||||||||||
| Format 1 | Preinput Value, CTL
This pre-inputs the string$ expression and sets the optional CTL value to be returned. In this format, the first PREINPUT data will be processed first (FIFO). |
||||||||||||||||||||
| Format 2 | Preinput CTL Only
You can add the PREINPUT CTL value alone to the queue. |
||||||||||||||||||||
| Format 3 | Jump the Queue When you use this format, the PREINPUT entry goes to the front of the queue (LIFO). |
||||||||||||||||||||