Scilab 5.3.3
Scilab help >> Input/Output functions > getenv
getenv
get the value of an environment variable
Calling Sequence
env=getenv(str [, rep] )
Arguments
- str
character string specifying environment variable name
- rep
an optional character string. When this optional value is used, the function
getenvreturns the valuerepwhen the environment variablestris not found.- env
character string which contain the environment variable value
Description
Return the value of an environment variable if it exists.
Examples
getenv('SCI') getenv('FOO','foo')
| << file | Input/Output functions | getio >> |