| Gentee Programming Language > Documentation > Libraries | Download documentation |
The function adds new environment variable or modifies the value of the existing environment variable. New values will be valid only in the current process.
str setenv( str varname, str varvalue )
varname Environment variable name. varvalue A new value of the environment variable.
Nonzero if initialization was successful; otherwise 0.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |