Scilab Function
sip_setenv - sets environment variables
Calling Sequence
- mode = sip_setenv(varname, value)
Input 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')
Remarks
This command shall be part of the core scilab distro in the
future. For now, it is only available in SIP.
Authors
-
Ricardo Fabbri <ricardofabbri (AT) users DOT sf DOT net>
See Also
getenv,