SessionVar.Set

SessionVar.Set ( 

string VariableName,

string Value )

Example 1

SessionVar.Set("%ReleaseDate%", "January 1");

Sets the value of %ReleaseDate% to "January 1".  If %ReleaseDate% does not exist, it is created.

Example 2

SessionVar.Set("%InstallDate%", System.GetDate(DATE_FMT_JULIAN));

Sets the value of %InstallDate% to the current date, in Julian format.

See also:  Related Actions