Core Function EnvExpand
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> EnvExpand( <expression> ) </pre> === Description === Convert a string containing %name% env tags and return complete string with names resolved. === Parameters === ====...")
Newer edit →
(Created page with "<pre> EnvExpand( <expression> ) </pre> === Description === Convert a string containing %name% env tags and return complete string with names resolved. === Parameters === ====...")
Newer edit →
Revision as of 09:36, 29 November 2011
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");