Name
sip_setenv — sets environment variables
Calling Sequence
mode = sip_setenv(varname, value)
Parameters
- varname
-
string. The name of the environment variable
- value
-
string. The value of the variable
Description
sip_setenv
is an interface to the C
setenv
function. It sets environment variables
seen by any commands spawned within scilab.
Examples
sip_setenv('MY_VARIABLE','this is a content');
getenv('MY_VARIABLE')
Authors
Ricardo Fabbri <ricardofabbri (AT) users DOT sf DOT net> |