--- title: "Bingo" type: "article" slug: "bingo" url: "http://localhost/article/bingo/" markdown_url: "http://localhost/article/bingo.md" published_at: "2026-01-19T11:31:07+00:00" modified_at: "2026-01-19T11:31:07+00:00" featured_image: url: "http://localhost/wp-content/uploads/2026/01/ts-2068-windows-1.png" excerpt: "There are one or two Sinclair computer users who play Bingo, or whose family does. From the 'HACKER', the official newsletter of the Timex/Sinclair User Group of Las Vegas, NV, comes this gem for the 2068 that prints out BINGO cards on a 2040 printer. QL users may want to convert to a SuperBASIC program…" category: - name: "Sinclair Timex User Group Newsletter" slug: "sinclair-timex-user-group-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/sinclair-timex-user-group-newsletter/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 21538 title: "Sinclair Timex User Group Newsletter" type: "periodical" url: "http://localhost/periodical/sinclair-timex-user-group-newsletter/" volume: "7" issue: "5" issues_articles: - id: 50150 title: "BCS Sinclair-Timex User Group Newsletter v7 n5" type: "issue" url: "http://localhost/issue/bcs-sinclair-timex-user-group-newsletter-v7-n5/" pages: "9-10" pubdate: "September/October 1988" archive_link: false --- # Bingo There are one or two Sinclair computer users who play Bingo, or whose family does. From the ‘HACKER’, the official newsletter of the [Timex/Sinclair User Group of Las Vegas](http://localhost/usergroup/timex-sinclair-user-group-of-las-vegas/), NV, comes this gem for the 2068 that prints out BINGO cards on a 2040 printer. QL users may want to convert to a SuperBASIC program to get a better understanding of AT, BEEP, BORDER, FOR and TAB (use TO instead), which have slightly different constructs. LPRINT, of course, is unavailable In SuperBASIC. Instead, insert line 5 : ‘OPEN*3,ser1’ to open a channel to the printer, then use ‘PRINT#3,’ Instead of ‘LPRINT’. This is also an easy program to change GO SUB routines to SuperBASIC procedures.