Index - property of the PmVar object
Description:
Index of the variable in the object (zero-based index).
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oData = pMe.Pm("/Data");
var nIntex = oData.Item("NameVar").Index;
Dim oData, nIntex
Set oData = pMe.Pm("/Data")
nIntex = oData.Item("NameVar").Index