RENUMBER


General Form:
renumber.gif

Where:

     start_line, end_line, new_start      = valid program line numbers ranging from 0 < 32000

     increment                = positive integer


The RENUMBER command renumbers the program lines of the program currently in memory.

The RENUMBER command can perform the following renumbering operations:

After renumbering, the system automatically changes any references to the renumbered lines statements. (E.g. any GOTO, GOSUB, RESTORE, etc.)

Examples:

RENUMBER 100-500 TO 1000 STEP 5
RENUMBER 10000, 12000 TO 25000