home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ╔═══════════════════════════════════════════════╗
- ║ QBFORMT ║
- ║ ║
- ║ Version 2.0 ║
- ║ By ║
- ║ Edward E. Davis ║
- ╚═══════════════════════════════════════════════╝
-
-
- Program and Documentation is Copyright 1989
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- INTRODUCTION
-
- If you write QuickBASIC programs, you would want it to be
- formatted in a way that you can not only read it, but also
- understand the way it is written.
-
- This program will not only check your format and correct it
- but will also give you a listing of the source code with all
- FUNCTIONS and SUB programs starting on a new page. You will
- also get a Table of Contents showing the starting page
- number of each FUNCTION and SUB program.
-
-
- HARDWARE REQUIREMENTS
-
- Enough space on your drive to make a backup copy of your
- source code and a file for the Table of Contents.
-
- DOS 2.1 or higher
-
- Any Monitor
-
- 80 column printer. If your printer is larger than 80
-
- columns you will have to set the
-
- dip switches on it to print only 80
-
- columns.
-
-
- USAGES
-
- The command line is as follows:
-
- QBFORMT filename.(BAS) [indention] [/P] [/H]
-
- The extension must be BAS.
-
- The Indention is not needed and if not used a level of 4 is
- used.
-
- This will tell the program how many spaces to use for each
- level of code.
-
- The /P will let the program know you want a printout of the
- corrected code.
-
- The /H will show you a help screen.
-
- The unregistered version will not allow you to create
- printouts of the corrected source code.
-
- QBFORMT and it's documentation may not be sold under any
- circumstances without prior authorization from the author.
-
- PUBLIC DOMAIN, SHAREWARE distributors and USERS groups may
- charge a nominal fee (NOT TO EXCEED $2.00) for copying and
- distributing this program.
-
- BULLETIN BOARDS may likewise carry this program. Please send
- a blank disk for a complimentary copy of the most recent
- unregistered version.
-