Description
Type list READ/WRITE
A list of values specified by the setenv() call. profile_setenv tracks the values set from the latest setenv() function call. Do not modify this variable directly; the setenv() function updates this list.
Example
# setenv "HOME" to "/root" if not already in the list if (search(profile_setenv,"HOME=*") == -1) setenv("HOME","/root");