|
This function returns the value of an environment variable of the client or the server. Available environment parameters include:
|
||||||||||||||||||||||||||||
Syntax: |
|||||||||||||||||||||||||||||
{STR_VAR}= environment ({STR_EXPR}) | |||||||||||||||||||||||||||||
I/O parameters:
|
|||||||||||||||||||||||||||||
Return value: |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Example: |
|||||||||||||||||||||||||||||
Declaration of Variables | |||||||||||||||||||||||||||||
10 DOCU_STRING_1 = environment("DTV_HWS") 20 put(DOCU_STRING_1) |
|||||||||||||||||||||||||||||
Result: |
|||||||||||||||||||||||||||||
![]() |
Functions and commands: Operating System Interface |