GetVarExtensions - method of object PmCommData
Description:
Returns an array of all data extensions (of
ExtComm objects) registered into
PmCommData object (all items of this group).
Syntax:
GetVarExtensions As Array
Calling:
aDataExt = oCommData.GetVarExtensions()
Example:
Obtaining an array of references to all registered
ExtComm objects
PmCommData of the
"/CommData" object with following listig of identifiers of each item into the
INFO system.
a = pMe.Pm("/CommData").GetVarExtensions()
Next
or
a = pMe.Pm("/CommData").GetVarExtensions()
Next