home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / vmap.lbr / VMAP.DZC / VMAP.DOC
Encoding:
Text File  |  1993-10-25  |  1.9 KB  |  51 lines

  1.         VMAP DOCUMENTATION
  2.  
  3. VER1.1 DEBUGED FORM OF VMAP VER 1.0  6/27/82  JM
  4.  
  5. CHANGED SET-UP INTERIGATION TO BE MORE CLEAR AND DELEATED
  6. THE LAST SECTION FOR FINDING EQUIVALENT VARIABLES WHICH
  7. DID NOT FUCTION RELIABLEY.  ALSO FIXED DISKWRITE PROTOCALLS.
  8.  
  9.  
  10.      VMAP maps variables used in Basic source file and prints the 
  11. output  listing either on the CRT terminal or to the line printer 
  12. depending  on the terminator selected.   Variables are listed  in 
  13. alphabetical  order  with associate statement number  where  they 
  14. appear.   Multi-source  files  or segmented single  file  or  any 
  15. combination  of  both  can be processed in  a  batch  (unattended 
  16. mode).  .....if you think you can trust the system you're running 
  17. on.  
  18.      The pre-requisites to use VMAP is to save all files you  are 
  19. mapping  in ascii (i.e.,  SAVE"filename.BAS",drive number,A<cr>).  
  20. Only  ascii Basic source file can be used,  since all  source  is 
  21. saved in machine code.
  22.      Once  the file(s) is saved in ascii,  run VMAP.   Supply the 
  23. answer to the prompt for file name,  terminator (see appendix A), 
  24. lower bound of the statement number to map,  and the upper  bound 
  25. of  the statement number to map.   When the terminator is suppied 
  26. as  "END",  the  program  begins to map  all  variables  for  all 
  27. programs  until completed (or when the program runs out of memory 
  28. space).
  29.      This  program  is very easily modifiable depending  on  what 
  30. else  you want it to process logging differenet properties  of  a 
  31. Basic   source   file.    To  modify  a  Basic  program   without 
  32. documentation,  you'll find this program would help you more than 
  33. anything else!
  34.  
  35. .pa
  36.  
  37.  
  38.      Files included : VMAP.BAS & VMAP.DOC
  39.                       Version 1.0, Revision 1.0
  40.  
  41. END
  42. ng else!
  43.  
  44. .pa
  45.  
  46.  
  47.      Files included : VMAP.BAS & VMAP.DOC
  48.                       Version 1.0, Revision 1.0
  49.  
  50. END
  51.