Programmer Guide/Command Reference/ENV: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==ENV==
{{Command Reference}}
 
<var>var</var> := ENV windowsvar
<code>var := ENV windowsvar</code>
The <code>ENV</code> statement retrieves the value of an environment variable from Windows. On no such environment variable existing, <code>ENV</code> will return an empty string, not considering this cause for alarm.
 
<!-- C.G. 23.3.2011 -->
-> var = 'valueofwindowsvar' or empty if not found
 
Get value of windows environment variable.

Latest revision as of 08:43, 13 May 2015

var := ENV windowsvar

The ENV statement retrieves the value of an environment variable from Windows. On no such environment variable existing, ENV will return an empty string, not considering this cause for alarm.

Navigation menu

Personal tools