Core Function EnvExpand

From Sputnik Wiki
Revision as of 12:38, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox