Pause Statement

Suspends program execution until resumed by the user.

Syntax

Pause

Comments

This statement suspends program execution indefinitely. The user must select Continue from the ATEasy Control Dialog (or other commands from the Run menu) in order to resume execution.

Example

If i = 1 Then

Print "Something is wrong !!!"

Pause

Endif

See Also

Abort, EnableAbortPause, Error Statement