Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.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
getenv
retorna o valorrep
quando a variável de ambientestr
nã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')
Report an issue | ||
<< OS_commands | OS_commands | getpid >> |