home *** CD-ROM | disk | FTP | other *** search
/ Futura 17 / Futura_Issue_17_1995_NOSAUG_Disk_1_of_2_Side_B_BASIC.atr / helper.doc < prev    next >
Text File  |  2023-02-26  |  540b  |  1 lines

  1. ¢PROGRAM HELPER¢¢This program can convert frequently used constants to variables and thus save you a lot of memory and disk space with large programs.  It can also change the variable names used.¢¢The numbers to be converted must be entered, so using the Quickref program first will help you to decide which to convert.¢¢The program will only work with standard saved Basic files.  It puts the new variables into the beginning of the program from line 0 and then converts the rest.  REM lines are blanked but DATA statements are untouched.¢