PRB: DEFINE WINDOW Sample in Language Reference Is IncorrectLast reviewed: June 27, 1995Article ID: Q95708 |
The information in this article applies to:
Page L3-437 of the "Language Reference" manual includes an incorrect program example for the DEFINE WINDOW command. The first two lines read:
CLEAR DEFINE WINDOW output FROM 2,1 TO 13,75 TITLE 'Output' ; CLOSE FLOAT GROW SHADOW ZOOMThese two lines should actually be three lines reading as follows:
CLEAR DEFINE WINDOW output FROM 2,1 TO 13,75 TITLE 'Output' ; CLOSE FLOAT GROW SHADOW ZOOM |
Additional reference words: FoxDos FoxWin 2.50 2.50a docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |