--- title: "Phone Number List" type: "article" slug: "phone-number-list" url: "http://localhost/article/phone-number-list/" markdown_url: "http://localhost/article/phone-number-list.md" published_at: "2026-03-14T13:06:11+00:00" modified_at: "2026-03-14T13:06:12+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "BASIC phone number list program holding up to 102 entries in DIM NS(102,32). Features: list all names (L), add new entry (N), find by first three letters (F), and delete an entry (R). Type RUN 20 on first use, then save as LINE 1." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - 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: "Stuart Ree" slug: "stuart-ree" taxonomy: "indiv" url: "http://localhost/indiv/stuart-ree/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Stuart Ree" slug: "stuart-ree" taxonomy: "indiv" url: "http://localhost/indiv/stuart-ree/" volume: "3" issue: "2" issues_articles: - id: 38817 title: "Timelinez v3 n2/3" type: "issue" url: "http://localhost/issue/timelinez-v3-n2/" pages: "5" pubdate: "February/March 1985" archive_link: false --- # Phone Number List BASIC phone number list program holding up to 102 entries in DIM NS(102,32). Features: list all names (L), add new entry (N), find by first three letters (F), and delete an entry (R). Type RUN 20 on first use, then save as LINE 1.