Scilab Function
Last update : 18/05/2014

getenv - get the value of an environment variable

Calling Sequence

env=getenv(str [, rep] )

Parameters

Description

Return the value of an environment variable if it exists.

Examples


 getenv('SCI')
 getenv('FOO','foo')