DO WHILE ... ENDDO Example Incorrect in Lang. Reference

ID: Q95237

2.50 2.50a | 2.50 2.50a

WINDOWS    | MS-DOS
kbprg kbdocerr

The information in this article applies to:

Page L3-471 of the FoxPro "Language Reference" incorrectly documents a program example for the DO WHILE ... ENDDO command. The ninth line reads:

   IF CMONTH(idate)  'June'

This line should instead read:

   IF CMONTH(idate) <> 'June'

Microsoft has confirmed that this documentation error occurs on Page L3-471 of the FoxPro "Language Reference" manual.

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