Article ID: 52098 - Last Review: November 21, 2006 - Revision: 1.2

Correction to LINE Statement Example in Macintosh QuickBASIC

This article was previously published under Q52098
Expand all | Collapse all

SUMMARY

The program example for the LINE statement, on Page 179 of the "Microsoft QuickBASIC for Apple Macintosh: Language Reference" for QuickBASIC Version 1.00, contains a typographical error on the second line of the program, which reads as follows:
   mx=WINDOW(2): my=WINDOW(3): cx=mx2: cy=my2
				
It should be changed to read as follows:
   mx=WINDOW(2): my=WINDOW(3): cx=mx/2: cy=my/2
				
Keywords: 
KB52098
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations