--- title: "Renumber Basic Program" type: "article" slug: "renumber-basic-program" url: "http://localhost/article/renumber-basic-program/" markdown_url: "http://localhost/article/renumber-basic-program.md" published_at: "2025-02-24T01:45:44+00:00" modified_at: "2025-02-27T12:48:12+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "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…" category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" issues_articles: - id: 38571 title: "Byte Power Aug 1986" type: "issue" url: "http://localhost/issue/byte-power/" pubdate: "August 1986" archive_link: false article_media: - id: 59151 title: "RENUM63000" type: "computer_media" url: "http://localhost/computer_media/renum63000/" --- 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