home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / vxref.zip / VX.DOC < prev    next >
Text File  |  1987-09-06  |  3KB  |  83 lines

  1.  
  2.  
  3. ******  V X R E F **** Variables Cross Reference 
  4.  
  5. ..the utility to show all lines where a variable is 
  6. used; for all BASIC programs written in GW/PC Basic 
  7. or BASICA and saved with A-Option ( i.e. as ASCII 
  8. File); can be run on all IBM PCs and clones of low 
  9. compatibility with DOS 2.0 or higher.
  10.  
  11. Features
  12.  
  13. VXREF is was compiled by MS Quickbasic (V 2.02), thus 
  14. it is a fast, easy to use utility. It needs a simple 
  15. BASIC source (in ASCII) as input, the neat list is 
  16. created directly on printer or as a print file. 
  17.  
  18. VXREF is migthier than other programs of that kind, 
  19. the reason why the author made up to it. It avoids 
  20. common errors by this way:
  21. - lines are n o t renumbered, whereas labels are 
  22.    discarded 
  23. - distinction between variables and arrays of same 
  24.    name is made, e.g. A <> A(..)
  25. - type declarations and system variables are ignored
  26.    as legal variables (that means DEFINT A-I,X or 
  27.    ERR, TIME$, EOF do n o t set up A,I,X or 
  28.    ERR,TIME$,EOF in the output list) 
  29. - each occurance of a variable inside a line is men- 
  30.   tionned o n c e and does not blow up references
  31.  
  32.  
  33. How to use 
  34.  
  35. VXREF is evoced by typing "VX", what will start the 
  36. compiled program VXREF . Before it make sure  
  37.  
  38. - that the BASIC programm to be analysed is on disk as 
  39.   ASCII file
  40. - there is enough work space on standard disk drive 
  41.   for the needed work file ( <= source in length)
  42. - the printer is ready or in case you want a print 
  43.   file theres enough space on disk
  44.  
  45. After starting you are prompted for the source file's 
  46. name; you can type drive, path etc as far as your DOS 
  47. allows that. This name is used with extension .PRN to 
  48. create a wanted print file. Thats all to pay atten- 
  49. tion for... 
  50.  
  51. At last one warning - dont break the running VXREF 
  52. (with CNTRL BREAK), it leaves open files on disk !
  53.  
  54.  
  55. Files on this disk
  56.  
  57. VX.EXE          executable file of VXREF
  58. READ.ME         this instructions
  59.  
  60.  
  61. ********** VXREF is free software, you may copy or 
  62. pass it as long as this remark, the instructions and 
  63. the EXE File VX is completely transmitted. No fees or 
  64. retail costs may be charged except pure distribution 
  65. expenses ********************************************
  66.  
  67. If you are satisfied and VXREF had been of good use 
  68. for you  send 5 US$ or equivalent in europeen curren- 
  69. cy (no checks) to 
  70.                       W. Kremer
  71.                       Hoffnungsthaler Str 40
  72.                       D - 5064 Roesrath
  73.                       Fed Rep of Germany
  74.  
  75. As value you will get the latest release, the full 
  76. basic souce code (!), more detailed instructions 
  77. (e.g. how to enlarge VXREF for more commands), an 
  78. example file to see how VXREF works and the autor's
  79. helpline on request. 
  80.  
  81. Copyright by W. Kremer, D-5064 Roesrath
  82.              Release V 1.1 - Sept 3rd 1987
  83.