SessionVar.Expand

string SessionVar.Expand ( 

string Text )

Description

Returns a string containing the contents of the given session variable.

Parameters

Text

(string) A string containing one or more session variables you want to expand.

Note: This string can contain non-session variable text as well.

Returns

(string) A string containing the contents of the given session variable. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions