Packs a collection of shared values, set by the SharedValSet function, into a BLOB variable. The BLOB can be transmitted to another process to recreate the shared values by using the SharedValUnpack function.
Syntax:
SharedValPack()
Parameters:
None
Returns:
A BLOB that stores a collection of shared values.
Example:
SharedValPack() packs all the shared values of the current engine.
See also:
The Online and Rich Client Samples projects (program EV11 and REV11)