FoxPro EJECT Program Example in Lang Ref Is IncorrectLast reviewed: April 29, 1996Article ID: Q95302 |
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: ' + address1The number 1 should be removed from "address1" in the address line, resulting in the following line:
@ PROW( )+1,10 SAY 'Address: ' + addressThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |