Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Continues execution of a suspended program.
RESUME
Remarks
Use SUSPEND to suspend program execution. The suspended program restarts at the line where execution was suspended.
SUSPEND and RESUME are valuable debugging tools. You can suspend a program to examine the current status of the Visual FoxPro environment, including memory variables, window, menu bar, or menu definitions.
Caution To prevent commands that are executed when a program is suspended from interfering with subsequent program output, issue CLEAR to clear the main Visual FoxPro window or the active user-defined window before you resume program execution.