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) |
Revision as of 21:40, 11 August 2014
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");