Note - property of the PmVar object
Description:
Note of the variable.
Note:
Property access
for read and write.
The default value of this property is defined in the "
Note" configurator of this object.
The value of this property can be also obtained in the "
PmaRoot" item of the INFO system (when looking into the object with this property).
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oData = pMe.Pm("/Data");
var sNote = oData.Item(2).Note;
// Reading from the property
Dim oData
Set oData = pMe.Pm("/Data")
Dim sNote
sNote = oData.Item(2).Note
' Reading from the property