--- title: "Renumbering Routine" type: "article" slug: "renumbering-routine-2" url: "http://localhost/article/renumbering-routine-2/" markdown_url: "http://localhost/article/renumbering-routine-2.md" published_at: "2026-02-11T00:33:22+00:00" modified_at: "2026-02-11T00:33:22+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Attach these lines to the end of a basic program. Enter GOTO 9991 in the immediate mode and the computer will renumber any basic program counting in intervals of 5. If you wish to change the numbering interval, change the value of N and the 5 in line 9995. Remember to change GOTOs and GOSUBs…" category: - name: "LISTing Newsletter" slug: "listing-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/listing-newsletter/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Steven Kaye" slug: "steven-kaye" taxonomy: "indiv" url: "http://localhost/indiv/steven-kaye/" publication_r: id: 38992 title: "LISTing Newsletter" type: "periodical" url: "http://localhost/periodical/listing-newsletter/" authors_r: - name: "Steven Kaye" slug: "steven-kaye" taxonomy: "indiv" url: "http://localhost/indiv/steven-kaye/" issues_articles: - id: 40168 title: "LISTing Newsletter June – July 1993" type: "issue" url: "http://localhost/issue/listing-newsletter-june-july-1993/" pages: "3" pubdate: "June - July 1993" archive_link: false --- # Renumbering Routine Attach these lines to the end of a basic program. Enter GOTO 9991 in the immediate mode and the computer will renumber any basic program counting in intervals of 5. If you wish to change the numbering interval, change the value of N and the 5 in line 9995. Remember to change GOTOs and GOSUBs after the program has been renumbered. |