...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetEnv (EnvIdentifier : STRING)
EnvStringValue : STRING;
|
The xpfGetEnv function gets the value of an environment variable by wrapping the C function ? getenv?..
Arguments
...
Type | Name | Comment |
STRING | EnvIdentifier | environment identifier |
Return Value
...
Type | Name | Comment |
STRING | EnvStringValue | value of the identifier |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|