Scilab Function
Last update : 25/09/2008

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