home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / xref / basref / basref.doc next >
Encoding:
Text File  |  1986-10-07  |  786 b   |  20 lines

  1.                         BASREF - DOCUMENTATION 
  2.     
  3.  
  4.      The  BASREF program is a utility program designed to help in  
  5. developping  programs  in  MICROSOFT  BASIC  on  the  IBM PC. The  
  6. program requires 64K of memory to run.
  7.  
  8.      BASREF  produces  a  cross-reference list for every variable  
  9. and  line  number  referenced  by a GOTO, GOSUB, THEN, ON... that  
  10. appear  in  a  BASIC program. The program must be saved in ASCII,  
  11. that is using the  SAVE "PROGRAM.BAS",A  option.
  12.  
  13.      The listing can be sent to the screen, printer or disk file.  
  14. An iteractive menu guides the user through the program, with help  
  15. menus  available.  A formatted listing of the program can be also  
  16. generated.
  17.  
  18.  
  19.                  * B A S R E F * (C) Copyright 1983 -F.Boulanger
  20.