Man Scilab

getenv
Scilab Function

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') 
 
  

Back