--- title: "SQ Notes" type: "article" slug: "sq-notes-5" url: "http://localhost/article/sq-notes-5/" markdown_url: "http://localhost/article/sq-notes-5.md" published_at: "2026-03-12T18:27:31+00:00" modified_at: "2026-03-12T18:27:37+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Installment of the SQ Notes column presenting a modification to the VU-FILE database program for the Timex/Sinclair 2068 under the Oliger disk system in Sinclair mode, enabling 80-column printer output. Describes F$ string manipulation, a 19-byte machine code subroutine at address 28254 for automatic tab-setting, and switching between elite and condensed print modes. Full BASIC…" category: - name: "SMUG Bytes" slug: "smug-bytes" taxonomy: "category" url: "http://localhost/category/periodicals/smug-bytes/" 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/" - name: "VU-File" slug: "vu-file" taxonomy: "post_tag" url: "http://localhost/tag/vu-file/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Rudy A. Hilsmann" slug: "r-a-hilsmann" taxonomy: "indiv" url: "http://localhost/indiv/r-a-hilsmann/" publication_r: id: 37935 title: "SMUG Bytes" type: "periodical" url: "http://localhost/periodical/smug-bytes/" authors_r: - name: "Rudy A. Hilsmann" slug: "r-a-hilsmann" taxonomy: "indiv" url: "http://localhost/indiv/r-a-hilsmann/" volume: "5" issue: "1" issues_articles: - id: 50219 title: "SMUG Bytes v5 n1" type: "issue" url: "http://localhost/issue/smug-bytes-v5-n1/" pages: "3" pubdate: "January 1988" archive_link: false --- # SQ Notes Installment of the SQ Notes column presenting a modification to the [VU-FILE](http://localhost/product/vu-file-2/) database program for the Timex/Sinclair 2068 under the Oliger disk system in Sinclair mode, enabling 80-column printer output. Describes F$ string manipulation, a 19-byte machine code subroutine at address 28254 for automatic tab-setting, and switching between elite and condensed print modes. Full BASIC listing (lines 10–9190) with embedded machine code DATA statements and a poke table for Timex mode adaptation.