adpnlSetEnv
adpnlSetEnv(t_variable g_value[?domains_domain] ) => t / nil
Description
Sets a variable in the specified domain. If the environment variable does not exist in the domain, a variable is created.
Arguments
|
Domain in which the variable is present. By default it is |
Value Returned
Example
adpnlSetEnv('adpEnvPinsPerNetThreshold 200 ?domain 'adpEnv)
In the above example, the adpEnvPinsPerNetThreshold variable is set in the 200 domain.
Return to top