Dec 222017
QB Program Analyzer. Cross-reference utility. Includes source. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BASFLOW.BAS | 22056 | 5466 | deflated |
BASFLOW.DOC | 1060 | 589 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
Download File QBASFLOW.ZIP Here
Contents of the BASFLOW.DOC file
BASFLOW.bas Documentation (brief)
Quick Basic Program Analyzer Version 1.0
(C) Copr Clyde F. Coulter, Jr., 1988
All Rights Reserved.
Author: Clyde F. Coulter, Jr.
Phone: (606) 744-1911
If No Parameters are passed, Program asks user for each parameter
value.
May be invoked from DOS command line as follows:
>BASFLOW source.bas [outfile.flo] [/switches]
Default Output Device is SCRN:
Switches are:
/L Produce Program Source Listing Including Line Numbers.
/X Produce Label and Variable Crossreference
/Tn Produce Program Tree, where n = 1 to 9
/R Produce Reserved Word Usage List
/S Produce String Data Reference
/Q4 Source is QB Version 4.0 (Default is v3.0)
Example:
>BASFLOW basflow.bas basflow.flo /L /X /T2 /R /Q4
NOTE:
Source may be modified by others so long as it is
NOT distributed for personal gain.
NOTE:
No Waranties of any kind are suggested in any way by the
author of the program described herein.
December 22, 2017
Add comments