Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pauses program execution and returns to interactive Visual FoxPro.
SUSPEND
Remarks
While a program is paused, you can execute intervening commands, check variable values, open the Trace and Debug windows, and so on.
All variables created while the program is paused are PRIVATE.
Use RESUME to restart execution of a suspended program. Program execution continues with the line following the line containing SUSPEND.