home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / ch_code / ch20 / seditor / script.frx < prev    next >
Encoding:
Text File  |  1998-07-02  |  147 b   |  6 lines

  1. ÆSub Main()
  2. ' Use the Show method to display your script's
  3. ' output to Output box
  4.     Show "Welcome to the Interactive Script Editor"
  5. End Sub
  6.