--- title: "Search and Replace Routines" type: "article" slug: "search-and-replace-routines" url: "http://localhost/article/search-and-replace-routines/" markdown_url: "http://localhost/article/search-and-replace-routines.md" published_at: "2020-10-27T17:19:10+00:00" modified_at: "2024-06-23T12:02:57+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The routines in are designed to search through a program and replace all occurrences of one character or keyword with another (keywords are represented with one byte, too). The routines can all be entered directly from the keyboard into a 1 REM line." category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1984" slug: "year-1984" taxonomy: "post_tag" url: "http://localhost/tag/year-1984/" - name: "Jon T. Passler" slug: "jon-t-passler" taxonomy: "post_tag" url: "http://localhost/tag/jon-t-passler/" - 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/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Jon Passler" volume: "4" issue: "1" issues_articles: - id: 26653 title: "SYNC v4 n1" type: "issue" url: "http://localhost/issue/sync-v4-n1/" pages: "64-65" pubdate: "January/February 1984" related_articles: - id: 24147 title: "Glitchoidz Report" type: "article" url: "http://localhost/article/glitchoidz-report/" archive_link: false volumeissue: "v4n1" companies_articles: - id: 10995 title: "Jon T. Passler" type: "company" url: "http://localhost/company/jon-t-passler/" --- The routines in are designed to search through a program and replace all occurrences of one character or keyword with another (keywords are represented with one byte, too). The routines can all be entered directly from the keyboard into a 1 REM line.