qck.hlp (Table of Contents; Topic list)
RUN Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Runs the program currently in memory or executes a specified program.
 
    RUN [linenumber | filespec$]
 
    ■ linenumber   Line number in the current program; if omitted,
                   execution begins at the first executable line
 
    ■ filespec$    Name of a Visual Basic source (.BAS) file or compiled
                   executable (.EXE) file; if omitted, .BAS extension is
                   assumed
 
 See Also
    CHAIN Statement