Core Function EnvExpand
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> EnvExpand( <expression> ) </pre> === Description === Convert a string containing %name% env tags and return complete string with names resolved. === Parameters === ====...") |
m (1 revision) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
EnvExpand( <expression> )
Contents |
Description
Convert a string containing %name% env tags and return complete string with names resolved.
Parameters
expression
The string to parse.
Return Value
None.
Remarks
None.
Example
$var = EnvExpand("I want to see %ProgramFiles% ok"); MsgBox("New variable is: $var");