--- title: "Some QL Stuff" type: "article" slug: "some-ql-stuff-2" url: "http://localhost/article/some-ql-stuff-2/" markdown_url: "http://localhost/article/some-ql-stuff-2.md" published_at: "2026-02-23T02:01:06+00:00" modified_at: "2026-02-23T02:01:06+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "I had a program in which I wished to change a number of variables, many of them repeated in different parts of the program, such as changing STATES to PROVINCES, and ZIP CODE to POST CODE, etc., and I got tired of going back and forth through the listing. I decided there just had to…" category: - name: "NESQLUG News" slug: "nesqlug-news" taxonomy: "category" url: "http://localhost/category/periodicals/nesqlug-news/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Software review" slug: "software-review" taxonomy: "post_tag" url: "http://localhost/tag/software-review/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Hugh H. Howie" slug: "hugh-h-howie" taxonomy: "indiv" url: "http://localhost/indiv/hugh-h-howie/" publication_r: id: 49611 title: "NESQLUG News" type: "periodical" url: "http://localhost/periodical/new-england-ql-user-group/" authors_r: - name: "Hugh H. Howie" slug: "hugh-h-howie" taxonomy: "indiv" url: "http://localhost/indiv/hugh-h-howie/" volume: "3" issue: "3" issues_articles: - id: 50166 title: "NESQLUG News v3 n3" type: "issue" url: "http://localhost/issue/nesqlug-news-v3-n3/" pages: "8" pubdate: "November/December 1992" archive_link: false --- # Some QL Stuff I had a program in which I wished to change a number of variables, many of them repeated in different parts of the program, such as changing STATES to PROVINCES, and ZIP CODE to POST CODE, etc., and I got tired of going back and forth through the listing. I decided there just had to be an easier way to do the job.