Programmer Guide/Command Reference/ENV: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
{{Command Reference}} | |||
<var>var</var> := ENV windowsvar | |||
< | 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 --> | |||
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.