Scilab Function
Last update : 00/00/0000

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