SYS(2007) Syntax Documented IncorrectlyLast reviewed: April 17, 1995Article 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |