Loading...
 

CX_SYSTEM_OBJECT::SetEnvironment

CX_SYSTEM_OBJECT::SetEnvironment

Description:

This function allows you to manipulate the value of an environment variable or create new environment variables.

Code example:

In dem Beispiel soll die Variable CX_HELPROOT_APPSWH einen neuen Wert bekommen.

...
Var(pathname)
"http://www.appswarehouse.de" "CX_HELPROOT_APPSWH" SystemObject Call(SetEnvironment)
...
 

Stack
Stack Position Object type Brief description
Stack(In) Top SystemObject the method is called from the SystemObject
Top 1 STRING Name of the environment variable
top 2 STRING Value of the environment variable
Stack(Out) Top
Function call: Call(SetEnvironment)