Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
getenv
retorna o valor de uma variável de ambiente
Seqüência de Chamamento
env=getenv(str [, rep] )
Parâmetros
- str
- string especificando o nome da variável de ambiente; rep : um string opcional. Quando este valor opcional é usado, a função - getenvretorna o valor- repquando a variável de ambiente- strnão é encontrada.
- env
- string que contém o valor da variável de ambiente 
Descrição
Retorna o valor de uma variável de ambiente, se existir.
Exemplos
getenv('SCI') getenv('FOO','foo')
| << file | Funções de Entrada/Saída | getio >> |