GETENV() Function Returns MS-DOS Environment VariablesLast reviewed: April 29, 1996Article ID: Q89084 |
The information in this article applies to:
The GETENV() function provides the value of an MS-DOS environment variable in a FoxBASE+ or FoxPro application. The MS-DOS SET command places values in environment variables. The correct syntax for this function is as follows:
GETENV(<ExpC>)Here <ExpC> is a character expression containing the name of the environment variable. For example, GETENV("PATH") returns the value of the PATH environment variable.
|
Additional reference words: VFoxWin 3.00 FoxWin FoxDos FoxUnix 2.00 2.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |