Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
setenv
set the value of an environment variable
Calling Sequence
rep=setenv(name, value )
Arguments
- name
Points to the name of an environment variable . (name is a string)
- value
Points to the value to be assigned to the environment variable. (value is a string)
- rep
Returns %T if it is ok else %F.
Description
set the value of an environnment variable.
Examples
setenv('toto','example') getenv('toto')
See Also
- getenv — get the value of an environment variable
Report an issue | ||
<< save | Input/Output functions | unix >> |