--- title: "Sequential/Random Access Files Support Package" id: 24635 type: "product" slug: "sequential-file-support-package" url: "http://localhost/product/sequential-file-support-package/" markdown_url: "http://localhost/product/sequential-file-support-package.md" published_at: "2020-01-19T16:43:47+00:00" modified_at: "2026-03-22T13:27:50+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "RAM-based LKDOS extension adds support for sequential data file support to BASIC commands. Lets you create, read from, or write to very large data files kept on disk. It uses the commands OPEN#, CLOSE#, PRINT#, INPUT#, and INKEY$# to access the files from BASIC. There is also a high speed search command for finding a…" category: - name: "DOS" slug: "dos" taxonomy: "category" url: "http://localhost/category/software/dos/" post_tag: - name: "LARKEN Electronics" slug: "larken-electronics" taxonomy: "post_tag" url: "http://localhost/tag/larken-electronics/" - 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/" genre: - name: "DOS" slug: "dos" taxonomy: "genre" url: "http://localhost/type/dos/" - name: "Software" slug: "software" taxonomy: "genre" url: "http://localhost/type/software/" company: id: 11042 title: "LARKEN Electronics" type: "company" url: "http://localhost/company/larken-electronics/" price: 15 date: 1988 rarity: "Uncommon" adverts: - publication: - id: 26483 title: "Update April 1988" type: "issue" url: "http://localhost/issue/ts-2068-up-date-april-1988-2/" advert_page: "42" - publication: - id: 26481 title: "Update April 1989" type: "issue" url: "http://localhost/issue/ts-2068-up-date-april-1989/" advert_page: "47" companies_products: - id: 11042 title: "LARKEN Electronics" type: "company" url: "http://localhost/company/larken-electronics/" --- # Sequential/Random Access Files Support Package RAM-based LKDOS extension adds support for sequential data file support to BASIC commands. Lets you create, read from, or write to very large data files kept on disk. It uses the commands OPEN#, CLOSE#, PRINT#, INPUT#, and INKEY$# to access the files from BASIC. There is also a high speed search command for finding a text string within the data file. Using the TAB command, you can randomly access directly any record in a file. The utility is easily used within BASIC programs and has a lot of uses, from storing large data files, creating large spell checker dictionaries or even converting you BASIC programs to an ASCII text file. Takes the limits off of the data capacity of the 2068. A simple data base program is included on the disk to demonstrate the utility.