Count - property of the PmaCommGroup object
Description:
The number of variables defined on the "
Data" tab of this object.
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oCommGroup = pMe.Pm("/Comm/Group1");
var nItems = oCommGroup.Count;
Dim oCommGroup
Set oCommGroup = pMe.Pm("/Comm/Group1")
Dim nItems
nItems = oCommGroup.Count