[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetEnviron()
Gets the system environment
Syntax:
GetEnviron() -> aEnviron
Description:
Returns the system environment, PATH, SET's...
Return:
An array value with the system environment.
Example:
aArray := GetEnvison()
For nInd := 1 To Len( aArray ) // COMSPEC=C:\DOS\COMMAND.COM
? aArray[ nInd ] // PATH=C:\DOS;D:\CLIPPER5\BIN
Next // PROMPT=$P$G
// ...
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson