This wiki is out of date, use the continuation of this wiki instead

Getenv

From FenixWiki

Jump to: navigation, search


[edit] Definition

STRING getenv ( <STRING variablename> )

Returns the value of an environment variable (like PATH).

[edit] Parameters

STRING variablename - The name of the variable to get the value of.

[edit] Returns

STRING : The value of the variable.

"" - The variable is invalid or empty.
 !"" - The value of the variable.


Programinteraction Functions
Exit() • Getenv() • Key() • Move_window() • Set_fps() • Set_icon() • Set_mode() • Set_title() •
Personal tools