Scilab Function
Last update : 18/05/2014

setenv - set the value of an environment variable

Calling Sequence

rep=setenv(name, value )

Parameters

Description

set the value of an environnment variable.

Examples

 
 setenv('toto','example')
 getenv('toto')
  

See Also

getenv,  

Author

Allan CORNET