qb45ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
-301
:nStart Command
Use to clear memory and start program execution at the
first executable statement in the main module.
 
The Start command can be used after stopping a running
program with CTRL+BREAK to run the program again from the
beginning. Use Start as an alternative to Restart or
Continue.
 
The Start command shortcut key is SHIFT+F5.
 
Tip: QuickBASIC breakpoint and watchpoints are alternatives
     to pressing CTRL+BREAK to stop a running program.