See all articles from Byte Power Aug 1986
This small program will RENUMBER almost any BASIC program. It will renumber GOTO, GOSUB, RESTORE, RUN, LIST, etc.
To run it… RANDOMIZE USR 63000, then input the 1st number of the listing and the step of increment. All GOTO’s, GOSUB’s, etc should be like the following… RUN 0001, ALWAYS 4 DIGITS and NO VARIABLES. If an error occurs the program will stop indicating the ERROR LINE number. Before loading you should CLEAR 62800. To save the program, SAVE “RENUM63000” CODE 62839,2122.
NOTE: The UDG’s are not affected by this program.
Loading Name LOAD “RENUM63000″CODE
Loading Time 15 seconds
Program Type Program utility
Written by Eric Boisvert