Suspend processing of a procedure file until the user presses a command button in the dialog box.
The message (string and variable) may be up to 72 characters long.
WAIT [{string|variable}...]
Suspend processing without issuing a message:
WAIT
Suspend processing and issue the message that the file name defined in
the #FILESPEC
variable cannot be found:
WAIT 'File' #FILESPEC 'was not found'
Suspend processing and issue the message that procedure file completed successfully:
WAIT 'Procedure file completed successfully'
Parms.ncp
None
PAUSE
,
SLEEP
,
WAITM
,
WAITFOR
,
WAITUNTIL
,
ELAPSETIME
Procedure File: | Yes |
Command Line: | No |
Key: | No |
API: | No |