Commands


Visual FoxPro 9.0 SP2
SUSPEND Command

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.

See Also

Reference

CANCEL Command
RESUME Command
PRIVATE Command

Other Resources

Commands (Visual FoxPro)
Language Reference (Visual FoxPro)

Tags :


Page view tracker