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

Getenv

From FenixWiki

Revision as of 00:35, 19 December 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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