--- title: "RecordKeeping" type: "article" slug: "recordkeeping" url: "http://localhost/article/recordkeeping/" markdown_url: "http://localhost/article/recordkeeping.md" published_at: "2020-10-27T17:15:36+00:00" modified_at: "2024-05-26T13:16:29+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "While there are a few 'DataBase' softwares available for the 2068 such as PROFILE, I like to roll my own program. I needed some kind of simple record to keep track of the membership list. Of course this program can be used for any other data keeping function. 1000 records, 32 characters each and 3K…" category: - name: "ZXir QLive Alive" slug: "zxir-qlive-alive" taxonomy: "category" url: "http://localhost/category/periodicals/zxir-qlive-alive/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Abed Kahale" slug: "abed-kahale" taxonomy: "indiv" url: "http://localhost/indiv/abed-kahale/" publication: "ZXir QLive Alive" publication_r: id: 10286 title: "ZXir QLive Alive!" type: "periodical" url: "http://localhost/periodical/zxir-qlive-alive/" authors: "Abed Kahale" volume: "3" issue: "2" issues_articles: - id: 26810 title: "ZXir QLive Alive! v3 n2" type: "issue" url: "http://localhost/issue/zxir-qlive-alive-v3-n2/" pages: "7-8" pubdate: "Summer 1993" archive_link: false volumeissue: "v3n2" --- # RecordKeeping While there are a few ‘DataBase’ softwares available for the 2068 such as PROFILE, I like to roll my own program. I needed some kind of simple record to keep track of the membership list. Of course this program can be used for any other data keeping function. 1000 records, 32 characters each and 3K of free memory left.