--- title: "Display Options Fix" type: "article" slug: "display-options-fix" url: "http://localhost/article/display-options-fix/" markdown_url: "http://localhost/article/display-options-fix.md" published_at: "2024-01-28T19:39:24+00:00" modified_at: "2025-10-17T23:53:52+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "In Updates number 3, the \"Additional Selections from the Display Options\" enhancement on page 4 screws up the \"RETURN\" function. Change line 245 to: 245 GOTO 220*(Y$<>\"M\")-110*(Y$=\"\")-190*(Y$=\"R\")+30*(LEN Y$>1) This fixes the RETURN, and a selection of \"M\" takes you back to the MAIN MENU." category: - name: "Pro/File Updates" slug: "pro-file-updates" taxonomy: "category" url: "http://localhost/category/periodicals/pro-file-updates/" 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: "Dave Miller" slug: "dave-miller" taxonomy: "indiv" url: "http://localhost/indiv/dave-miller/" publication_r: id: 39136 title: "Pro/File Updates" type: "periodical" url: "http://localhost/periodical/pro-file-updates/" authors: "Dave Miller" volume: "2" issue: "1" issues_articles: - id: 52733 title: "Pro/file Updates v2 n1" type: "issue" url: "http://localhost/issue/pro-file-updates-v2-n1/" pages: "3" pubdate: "January 1985" product_reviews: - id: 14729 title: "ZX Pro/File" type: "product" url: "http://localhost/product/zx-pro-file-2/" archive_link: false --- # Display Options Fix In Updates number 3, the “Additional Selections from the Display Options” enhancement on page 4 screws up the “RETURN” function. Change line 245 to: ``` 245 GOTO 220*(Y$<>"M")-110*(Y$="")-190*(Y$="R")+30*(LEN Y$>1) ``` This fixes the RETURN, and a selection of “M” takes you back to the MAIN MENU.