Count - property of the PmaData 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 oData = pMe.Pm("/Data");
var nItems = oData.Count;
Dim oData
Set oData = pMe.Pm("/Data")
Dim nItems
nItems = oData.Count