SessionVar.Expand

string SessionVar.Expand ( 

string Text )

Example 1

sProductName = SessionVar.Expand("%ProductName%");

Gets the product name from the session variable %ProductName% and stores it in a string "sProductName."

Example 2

sPatchMessage = SessionVar.Expand("%ProductName% v%ProductVer% Patch");

Stores a custom patch message in a string "sPatchMessage" from the session variables %ProductName% and %ProductVer%.

See also:  Related Actions