Suspend()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Run Control functions >

Suspend()

Description

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.

 

Type

REGULAR FUNCTION

 

Usage

Suspend(Message)

 

Message

INDEX or STRING

Message to display while waiting for user input.

 

Related Topics