Packs a collection of global values that have been set by the SetParam function into a BLOB variable. The BLOB variable can be transmitted to another engine context or process to recreate the global values by using the ParamsUnpack function.
Syntax:
ParamsPack()
Parameters:
None
Returns:
A BLOB variable that stores the collection of global values.
See also:
The Online and Rich Client Samples projects (program EV10 and REV10)