Suspends program execution until resumed by the user.
Pause
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.
If i = 1 Then
Print "Something is wrong !!!"
Pause
Endif