--- title: "Creating and Saving Files" type: "article" slug: "creating-and-saving-files" url: "http://localhost/article/creating-and-saving-files/" markdown_url: "http://localhost/article/creating-and-saving-files.md" published_at: "2020-10-27T17:10:49+00:00" modified_at: "2025-11-03T21:14:40+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "One of the best features of the BASIC language that Sinclair designed into the ZX-81 (TS-1000) is its ability to SAVE all of its variables, including arrays, in the normal course of SAVEing the program onto cassette tape and reloading the variables along with the program LOAD. This allows us to transfer a file, in…" 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: "1" issues_articles: - id: 26850 title: "T-S Horizons n1" type: "issue" url: "http://localhost/issue/t-s-horizons-n1/" pages: "20-22" pubdate: "November 1983" archive_link: false volumeissue: "vn1" --- # Creating and Saving Files One of the best features of the BASIC language that Sinclair designed into the ZX-81 (TS-1000) is its ability to SAVE all of its variables, including arrays, in the normal course of SAVEing the program onto cassette tape and reloading the variables along with the program LOAD. This allows us to transfer a file, in the form of data, along with the program to manipulate or interpret it, to and from tape in a single motion.