home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / QBFORMT2.ZIP / QBFORMT.DOC < prev    next >
Text File  |  1991-02-06  |  3KB  |  118 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                 ╔═══════════════════════════════════════════════╗
  24.                 ║                    QBFORMT                    ║
  25.                 ║                                               ║
  26.                 ║                  Version 2.0                  ║
  27.                 ║                      By                       ║
  28.                 ║                Edward E. Davis                ║
  29.                 ╚═══════════════════════════════════════════════╝
  30.  
  31.  
  32.                    Program and Documentation is Copyright 1989
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.                           INTRODUCTION
  55.  
  56.      If you write QuickBASIC programs, you would want it to be
  57.      formatted in a way that you can not only read it, but also
  58.      understand the way it is written.
  59.  
  60.      This program will not only check your format and correct it
  61.      but will also give you a listing of the source code with all
  62.      FUNCTIONS and SUB programs starting on a new page.  You will
  63.      also get a Table of Contents showing the starting page
  64.      number of each FUNCTION and SUB program.
  65.  
  66.  
  67.                       HARDWARE REQUIREMENTS
  68.      
  69.      Enough space on your drive to make a backup copy of your
  70.      source code and a file for the Table of Contents.
  71.  
  72.      DOS 2.1 or higher
  73.  
  74.      Any Monitor
  75.  
  76.      80 column printer.       If your printer is larger than 80  
  77.  
  78.                               columns you will have to set the   
  79.  
  80.                               dip switches on it to print only 80
  81.  
  82.                               columns.
  83.  
  84.  
  85.                              USAGES
  86.  
  87.      The command line is as follows:
  88.  
  89.      QBFORMT filename.(BAS) [indention] [/P] [/H]
  90.  
  91.      The extension must be BAS.
  92.  
  93.      The Indention is not needed and if not used a level of 4 is
  94.      used.
  95.      
  96.      This will tell the program how many spaces to use for each
  97.      level of code.
  98.  
  99.      The /P will let the program know you want a printout of the
  100.      corrected code.
  101.  
  102.      The /H will show you a help screen.
  103.  
  104.      The unregistered version will not allow you to create
  105.      printouts of the corrected source code.
  106.  
  107.      QBFORMT and it's documentation may not be sold under any
  108.      circumstances without prior authorization from the author.
  109.  
  110.      PUBLIC DOMAIN, SHAREWARE distributors and USERS groups may
  111.      charge a nominal fee (NOT TO EXCEED $2.00) for copying and
  112.      distributing this program.
  113.  
  114.      BULLETIN BOARDS may likewise carry this program. Please send
  115.      a blank disk for a complimentary copy of the most recent   
  116.      unregistered version.
  117.  
  118.