Correction for ToolBox Statement Example Calling ScrollRect (58659)






This article was previously published under Q58659

SUMMARY

On Page 519 of the "Microsoft QuickBASIC for Apple Macintosh: Language Reference" manual, the example for the ScrollRect ToolBox call is incorrect.

The incorrect example on Page 519 is as follows:
   Trapno% = &HA8EF
   ToolBox "P", Trapno%, r%(0), (horiz%), (vert%), H&
				
The correct syntax for this ToolBox call is as follows:
   Trapno% = &HA8EF
   ToolBox "P", Trapno%, VARPTR(r%(0)), (horiz%), (vert%), (H&)
				
This information applies to Microsoft QuickBASIC 1.00 for the Apple Macintosh.

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