SessionVar.Get

string SessionVar.Get ( 

string VariableName )

Example 1

sAppFolder = SessionVar.Get("%AppFolder%");

Gets the contents of the session variable %AppFolder%.  If %AppFolder% contains other session variables (by default %ProgramFilesFolder% and %ProductName%), these variable names will be returned.

Example 2

sResult = SessionVar.Get(sVarName);

Gets the contents of the session variable contained in "sVarName".  If this variable contains other session variables, these variable names will be returned.

See also:  Related Actions