Unpacks the global values from a BLOB variable created by using the ParamsPack function and sets them for the current engine context.
|
Syntax:
|
ParamsUnPack (package)
|
Parameters:
|
package – A BLOB variable created by the ParamsPack function.
|
Returns:
|
True
|
Example:
|
ParamsUnpack(A) unpacks the global values created in BLOB Variable A.
|
Note:
|
If a global value with the same name already exists for the current context, Magic xpa replaces the global value with the most recently unpacked global value.
|
See also:
|
The Online and Rich Client Samples projects (program EV10 and REV10)
|