PRB: DEFINE WINDOW Sample in Language Reference Is Incorrect

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 ZOOM

These 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 KBCategory: kbprg kbprb kbdocerr KBSubcategory: FxprgGeneral

Last Reviewed: June 27, 1995