FoxPro EJECT Program Example in Lang Ref Is Incorrect

ID: Q95302

2.50 2.50a | 2.50 2.50a

WINDOWS    | MS-DOS
kbprg kbdocerr

The information in this article applies to:

Page L3-477 of the "FoxPro Language Reference" gives an incorrect program example for the EJECT command. The fifth line reads:

   @ PROW( )+1,10 SAY 'Address: ' + address1

The number 1 should be removed from "address1" in the address line, resulting in the following line:

   @ PROW( )+1,10 SAY 'Address: ' + address

The paragraph above the incorrect program example also incorrectly refers to the ADDRESS1 customer database field. The correct customer database field is ADDRESS.

Additional reference words: FoxDos FoxWin 2.50 2.50a docerr KBCategory: kbprg kbdocerr KBSubcategory: FxprgGeneral

Keywords          : FxprgGeneral 
Version           : 2.50 2.50a | 2.50 2.50a
Platform          : MS-DOS WINDOWS

Last Reviewed: April 30, 1996