<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Run Control functions > Suspend() |
Allow 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.
REGULAR FUNCTION
Suspend(Message)
Message |
INDEX or STRING |
Message to display while waiting for user input. |