Setup Factory 10

SessionVar.Get

SessionVar.Get

This is the first topic This is the last topic  

SessionVar.Get

This is the first topic This is the last topic  

OverviewExamples

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


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us