Date: 2 Mar 91 04:57:40 GMT From: noao!ncar!csn!magnus.ircc.ohio-state.edu!news@arizona.edu (Frank E. Seipel) Subject: Basic Relocator (Line Renumbering) To: Info-Atari8@naucse.cse.nau.edu Here is the description of my line renumbering program, from the A.C.E.C. BBS @ (614)-471-8559: 26/2/89 C45:Relocatr Written by yours truly. Program to relocate a BASIC LISTed file. Will renumber the file. User inputs starting line of new file, line increment. All GOSUB/GOTO/RESTORE/TRAP/ON GOSUB/ON GOTO statements are adjusted so that the new listing runs as-is. Also works with assembly language files. Handy for making listings for readable and creating space for modifications in a crowded program. Also useful for putting together two subroutines which previously existed in the same range of lines. Writes out another listed file; use ENTER to load output file. -Frank Seipel