ID: Q88282
The information in this article applies to:
In the August 1991 printing of the FoxPro "Commands & Functions" manual, the example that documents the SYS(2007, <expC>) function is as follows:
REPLACE ALL ckval WITH VAL(SYS(2007,substr(data)))
This information is incorrect; the example should read as follows:
REPLACE ALL ckval WITH VAL(SYS(2007,data))
Additional reference words: FoxDos 2.00 docerr
KBCategory: kbprg kbdocerr
KBSubcategory:
Last Reviewed: April 17, 1995