DBF() Function Parameters Reversed in Language Reference

ID: Q98359

The information in this article applies to:

Page L3-356 of the "Language Reference" manual incorrectly states the type of parameter to be issued with the DBF() function. The <expC> and <expN> definitions are reversed.

The manual gives the example as:

   DBF([expC] | [expN])
     <expC> The work area number
     <expN> The table/.DBF alias

The manual should instead read:

   DBF([expC] | [expN])
     <expC> The table/.DBF alias
     <expN> The work area number

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

Last Reviewed: June 27, 1995