Correction to LINE Statement Example in Macintosh QuickBASIC (52098)






This article was previously published under Q52098

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
				

Modification Type: Minor Last Reviewed: 1/8/2003
Keywords: KB52098