--- title: "BASIC Conversion Tips: Sinclair vs. Other Dialects" type: "article" slug: "basic-conversion-tips-sinclair-vs-other-dialects" url: "http://localhost/article/basic-conversion-tips-sinclair-vs-other-dialects/" markdown_url: "http://localhost/article/basic-conversion-tips-sinclair-vs-other-dialects.md" published_at: "2026-03-14T12:56:12+00:00" modified_at: "2026-03-14T12:56:12+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Reference table of equivalents for common BASIC functions when converting programs to Sinclair BASIC: GET$=INKEY$, LEFT$(A$,N)=A$(1 TO N), RIGHT$(A$,N)=A$(LEN-N+1 TO LEN), MID$(A$,N,M)=A$(N TO N), TL$(A$)=A$(2 TO) truncates the first character." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" volume: "3" issue: "4" issues_articles: - id: 38819 title: "Timelinez v3 n4/5" type: "issue" url: "http://localhost/issue/timelinez-v3-n4-5/" pages: "5" pubdate: "April/May 1985" archive_link: false --- # BASIC Conversion Tips: Sinclair vs. Other Dialects Reference table of equivalents for common BASIC functions when converting programs to Sinclair BASIC: GET$=INKEY$, LEFT$(A$,N)=A$(1 TO N), RIGHT$(A$,N)=A$(LEN-N+1 TO LEN), MID$(A$,N,M)=A$(N TO N), TL$(A$)=A$(2 TO) truncates the first character.