home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / xref.exe / README.NOW < prev    next >
Encoding:
Text File  |  1992-04-13  |  3.1 KB  |  79 lines

  1.                        XREF Version 1.6
  2.                     Release date 10-Apr-92
  3.  
  4.  
  5. INTRODUCTION:
  6.      Xref was created out of pure frustration!  While Quick
  7. Basic is a fantastic language,  it can become tough to
  8. document if one doesn't keep track of all those subroutines,
  9. functions, constants, ect., ect., ect.  Xref goes a long way
  10. in bridging this gap.  What Xref does is scans your Quick
  11. Basic 4.x files and gives a comprehensive report containing a
  12. list of all subroutines, functions, constants, labels and
  13. variables.  Variables are broke down into two types, global
  14. or local in scope.  I hope you find Xref useful.
  15.  
  16. USING XREF:
  17.      Using Xref is very easy, You simply save your Quick
  18. Basic program as a ASCII text file, (ATL-F, A) then type:
  19.  
  20. XREF (PATH\)[FILENAME.EXT]
  21.  
  22.         After Xref is done you will be presented with a screen that
  23. allows you to customize the report you your liking, You are
  24. also asked where the output should go, a ASCII text file, the
  25. default, or to the printer. If you choose a file XREF will send
  26. the output to a file with the same name as the source except the
  27. extension will be .XRF, also the file will be created in the
  28. current DOS path.
  29.  
  30.         The only draw back to Xref is it won't scan $INCLUDE
  31. file, (Version 2.0 will, most likely, fix this problem.) That's
  32. it, it's that easy, just follow any directions on the screen
  33. and you should have no problems in finding that elusive bug,
  34. WHAT DID I NAME THAT VARIABLE?  WHAT PARMS. DOES THAT SUBROUTINE
  35. CALL FOR?  Ect., Ect., Ect.
  36.  
  37. HISTORY:
  38.  
  39.         10-Apr-1992 Version 1.6. Version 1.6 adds 20 more
  40.         words to the reserved words list making it more
  41.         compatible with PDB version of QB, also an improved
  42.         parsing algorithm was added for greater speed and
  43.         better multi-statement line handling. Version 1.6
  44.         also adds better windowing and eliminates the ERROR
  45.         62 problem (Error #62 is input passed end of file).
  46.         And last but not least a better looking ASCII file is
  47.         generated.
  48.  
  49.         17-Mar-1992 Version 1.5. This release fixed handling
  50.         of multi-dimensional arrays and removed the reserved
  51.         words LONG and SHARED from the global variables list.
  52.         This version also allows the output to be directed to
  53.         a ASCII text file or to the printer.
  54.  
  55.         22-Jan-1992 First release of XREF.EXE, Version 1.0
  56.  
  57. LEGAL STUFF:
  58.      XREF is a shareware program with all rights reserved,
  59. ANY donation will be greatly appreciated, but donations of
  60. $10.00 or more will net you the source code listing and any
  61. updates.  Please, if you find this program useful take the
  62. time to thank the author!  Send all donations to:
  63.  
  64.                                   Dean Hodges
  65.                                   P. O. Box 571
  66.                                   Yucaipa, Ca. 92399
  67.  
  68. Any questions may be sent to me via E-Mail:
  69.  
  70. GEnie:    D.HODGES7
  71. CompuServ: 72130,3346
  72.  
  73. The Zoo BBS
  74. (714) 794-2906/794-3062
  75. send feedback to the SysOp, he'll see that I get it.
  76.  
  77.                                   Thank you,
  78.                                   Dean Hodges
  79.