home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / qconvert.arj / QCONVERT.DOC < prev    next >
Text File  |  1991-11-19  |  826b  |  20 lines

  1. QCONVERT: MicroSoft QuickBASIC file converter
  2.  
  3. Turns smart QuickBasic files back to dumb BASIC format by adding
  4. linenumbers and replacing subroutine labels with linenumbers
  5. for GOTO and GOSUB statements. It assumes that all LABELS begin
  6. in column 1 and are on lines by themselves. See QCONVERT.BAS for
  7. an example of this configuration. It will mess up your program some
  8. if your routine names are not discrete strings. It may not catch
  9. all the labels. Sorry. Hey, the price is right.
  10.  
  11. This conversion program does not address program incompatibilities
  12. between QuickBasic and other BASICS, it just removes some of the grunt work.
  13.  
  14. The program will leave your original file untouched.
  15.  
  16. Type QCONVERT for syntax.
  17.  
  18. (c) 1986 David A. Wesson 238 S. Quaker La. West Hartford, CT 06119
  19. No fee or liability accepted.
  20.