Suspend()
Suspend()
Type: REGULAR FUNCTION
Purpose: Allows user to either suspend or continue execution.
This function makes use of a query box which asks the user a question and gives the choice to either Abort or Continue. The function takes one parameter which is either a string or text. This parameter is the message displayed in the query box.
Usage: Suspend(Message)
Message | TEXT or STRING | Message to display while waiting for user input |
Comments are closed.