set the value of an environment variable
rep=setenv(name, value )
Points to the name of an environment variable . (name is a string)
Points to the value to be assigned to the environment variable. (value is a string)
Returns %T if it is ok else %F.
set the value of an environment variable.
setenv('toto','example') getenv('toto') | ![]() | ![]() |