Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%GetEnvStr function


Function
The function retrieves the value of the specified environmental environment variable.
Declaration


Blok kódu
languageesl
themeConfluence
TEXT %GetEnvStr(
    TEXT in envVarName
 )
Parameters


envVarNameName of environmental variable.
Return value
The value of the environmental variable. If the environmental variable doesn't exist, it returns empty text (text with zero-length).
Example


Blok kódu
languageesl
themeRDark
TEXT _value 
 
 _value := %GetEnvStr("PATH")