home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun 1992 July & August / rerun-1992-07-08-side-a.d64 / renumber.txt < prev    next >
Text File  |  2022-09-20  |  952b  |  8 lines

  1. Renumber 64
  2.  
  3. Renumber 64 is a memory-resident machine language program that loads as a Basic look-alike. Just select Renumber 64 from Menu 64 and it is automatically installed.  The loader relocates and installs the operating code at the top of Basic wherever it happens to be set and can be used independently of Password.
  4.  
  5. Load the Basic program to be renumbered and enter the command: SYS 784,N1,N2. Where N1 is the starting line number and N2 is the increment. Both default to 10 if omitted. Be sure to save the Basic program after renumbering.
  6.  
  7. Renumber can handle ON GOTO/GOSUB lists, implied GOTO's, LIST and any Basic command that references a statement number. Two error-checking options reside in Renumber 64. First, a check of the highest allowable statement number is performed before any actual changes are made. Second, references to non-existant statements are assigned the value 65535, which generates an error when the program is run.
  8.