--- title: "TR$ and LET A$=A$+B$ on the ZX80" type: "article" slug: "tr-and-let-aab-on-the-zx80" url: "http://localhost/article/tr-and-let-aab-on-the-zx80/" markdown_url: "http://localhost/article/tr-and-let-aab-on-the-zx80.md" published_at: "2020-10-27T17:18:37+00:00" modified_at: "2024-06-23T00:43:49+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "String handling on the ZX80 is reasonably good. The 4K Integer Basic lets the user print, input, and compare strings. and do specialized routines that will transform numbers into strings or characters. Sinclair's Integer Basic has no string concatenation commands at all. The first will truncate a string from the right side, the second will…" category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1981" slug: "year-1981" taxonomy: "post_tag" url: "http://localhost/tag/year-1981/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" indiv: - name: "Harry Doakes" slug: "harry-doakes" taxonomy: "indiv" url: "http://localhost/indiv/harry-doakes/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Harry Doakes" volume: "1" issue: "4" issues_articles: - id: 26638 title: "SYNC v1 n4" type: "issue" url: "http://localhost/issue/sync-v1-n4/" pages: "26-27" pubdate: "July/August 1981" archive_link: false volumeissue: "v1n4" --- # TR$ and LET A$=A$+B$ on the ZX80 String handling on the ZX80 is reasonably good. The 4K Integer Basic lets the user print, input, and compare strings. and do specialized routines that will transform numbers into strings or characters. Sinclair’s Integer Basic has no string concatenation commands at all. The first will truncate a string from the right side, the second will concatenate two strings.