--- title: "Matrix/Cursor Input" type: "article" slug: "matrix-cursor-input" url: "http://localhost/article/matrix-cursor-input/" markdown_url: "http://localhost/article/matrix-cursor-input.md" published_at: "2020-10-27T17:10:52+00:00" modified_at: "2025-11-03T21:15:39+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Suggestions for coding programs to accept input and display as a matrix, like a spreadsheet. Includes routine for entering and displaying data." category: - name: "T-S Horizons" slug: "t-s-horizons" taxonomy: "category" url: "http://localhost/category/periodicals/t-s-horizons/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Bill Johnson" slug: "bill-johnson" taxonomy: "indiv" url: "http://localhost/indiv/bill-johnson/" publication: "T-S Horizons" publication_r: id: 10247 title: "T-S Horizons" type: "periodical" url: "http://localhost/periodical/t-s-horizons/" authors: "Bill Johnson" issue: "2" issues_articles: - id: 26851 title: "T-S Horizons n2" type: "issue" url: "http://localhost/issue/t-s-horizons-n2/" pages: "9-11, 23-24" pubdate: "December 1983" archive_link: false volumeissue: "vn2" --- # Matrix/Cursor Input Suggestions for coding programs to accept input and display as a matrix, like a spreadsheet. Includes routine for entering and displaying data.