--- title: "Window Defining: A Program, Part I" type: "article" slug: "window-defining-a-program-part-i" url: "http://localhost/article/window-defining-a-program-part-i/" markdown_url: "http://localhost/article/window-defining-a-program-part-i.md" published_at: "2020-10-27T17:13:58+00:00" modified_at: "2024-05-26T14:09:52+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "When programming, to get the full power out of your Sinclair QL one must learn how to effectively use its windows. Using the SuperBASIC commands can become tedious and slow. This series of four articles will develop a program to completely define any window giving all relevant facts about it." category: - name: "Update Magazine" slug: "update-magazine" taxonomy: "category" url: "http://localhost/category/periodicals/update-magazine/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Tutorial" slug: "tutorial" taxonomy: "post_tag" url: "http://localhost/tag/tutorial/" - 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: "David McCall" slug: "david-mccall" taxonomy: "indiv" url: "http://localhost/indiv/david-mccall/" publication: "Update Magazine" publication_r: id: 10283 title: "Update Magazine" type: "periodical" url: "http://localhost/periodical/update-magazine/" authors: "David McCall" issues_articles: - id: 26502 title: "Update July 1989" type: "issue" url: "http://localhost/issue/ts-2068-up-date-july-1989/" pages: "5-8" pubdate: "July 1989" archive_link: false volumeissue: "vn" --- # Window Defining: A Program, Part I When programming, to get the full power out of your Sinclair QL one must learn how to effectively use its windows. Using the SuperBASIC commands can become tedious and slow. This series of four articles will develop a program to completely define any window giving all relevant facts about it.