envSetVal
envSetVal(t_tool[.Partition]t_varName s_varType g_newVal) =>t / nil
Description
Sets an environment variable value in the setup database. The tool is faulted in if it is not already faulted in, where faulting in is the process of reading the .cdsenv file and initializing the variables. If a set trigger function is registered for this variable (see the envRegSetTrigger function), it gets called after the value is set.
You cannot set an environment variable that has not been registered.
Arguments
Values Returned
Related Topics
Return to top