--- title: "64 Column Print" id: 63238 type: "computer_media" slug: "64-column-print" url: "http://localhost/computer_media/64-column-print/" markdown_url: "http://localhost/computer_media/64-column-print.md" published_at: "2026-01-31T13:57:53+00:00" modified_at: "2026-03-30T21:40:54+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2026/01/64-column-print.png" excerpt: "Program utility to print up to 64 characters per line in normal video mode. Can be used with your own programs." category: - name: "Archived Media" slug: "archived-media" taxonomy: "category" url: "http://localhost/category/archived-media/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" genre: - name: "64 Column" slug: "64-column" taxonomy: "genre" url: "http://localhost/type/64-column/" - name: "Programming" slug: "programming" taxonomy: "genre" url: "http://localhost/type/programming/" media_contents: - id: 63047 title: "Byte Power December 1986 – January 1987" type: "computer_media" url: "http://localhost/computer_media/byte-power-december-1986-january-1987/" media_type: "Program" programmers: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" mediadate: "1987" producer_company: - id: 25181 title: "Byte Power" type: "company" url: "http://localhost/company/byte-power/" images: - url: "http://localhost/wp-content/uploads/2026/01/64-column-print.png" article_media: - id: 63103 title: "64 Column Print Utility" type: "article" url: "http://localhost/article/64-column-print-utility/" media_type_tags: "64 Column, Programming" --- # 64 Column Print Program utility to print up to 64 characters per line in normal video mode. At the beginning of your program you MUST DIM A$(64, or more), this is the variable that will hold the string to be printed, any variable can be used as long as it is the very first variable in memory, so W$(90) is OK. Also note that only the first 64 characters of the string will be printed.