--- title: "Save And Load Arrays" type: "article" slug: "save-and-load-arrays" url: "http://localhost/article/save-and-load-arrays/" markdown_url: "http://localhost/article/save-and-load-arrays.md" published_at: "2026-02-08T01:02:53+00:00" modified_at: "2026-02-08T01:02:54+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "If you have ever created an array in SuperBasic you may have run into a slight problem. How do you save it? The manual is of no help, At least I couldn't find instructions there. Even Jan Jones excellent book was, in this area, totally lacking. The program that follows will show the procedures to…" category: - name: "International QL Report" slug: "international-ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/international-ql-report/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Bob Malloy" slug: "bob-malloy" taxonomy: "indiv" url: "http://localhost/indiv/bob-malloy/" publication_r: id: 33740 title: "International QL Report" type: "periodical" url: "http://localhost/periodical/international-ql-report/" authors_r: - name: "Bob Malloy" slug: "bob-malloy" taxonomy: "indiv" url: "http://localhost/indiv/bob-malloy/" volume: "2" issue: "3" issues_articles: - id: 37216 title: "International QL Report V2 I3" type: "issue" url: "http://localhost/issue/international-ql-report-v2-i3/" pages: "86-87" pubdate: "September/October 1992" archive_link: false --- # Save And Load Arrays If you have ever created an array in SuperBasic you may have run into a slight problem. How do you save it? The manual is of no help, At least I couldn’t find instructions there. Even Jan Jones excellent book was, in this area, totally lacking. The program that follows will show the procedures to save and load both numeric and alphanumeric (text) arrays. The program itself is totally useless, but HOW it does it, may be of help to those of you who were accustomed to working with arrays on previous Sinclair computers.