Creates shared values, retrieved by the SharedValGet function, from a BLOB value created by using the SharedValPack function.
|
Syntax:
|
SharedValUnpack(package)
|
Parameters:
|
package -– A BLOB value created by the SharedValPack function.
|
Returns:
|
True when the package is not a NULL and the collection of shared values was packed using either ParamsPack or SharedValPack functions.
|
Example:
|
SharedValUnpack(A) creates shared values as created in BLOB Variable A.
|
See also:
|
The Online and Rich Client Samples projects (program EV11 and REV11)
|