Quality

<< Click to Display Table of Contents >>

 

Quality

Number Informs the value's quality in the Value property. This is a read-write property, but whenever the Internal Tag value is modified, by script or by a Link, it is updated as well. Example:

Sub CommandButton1_Click()
  MsgBox Application.GetObject("Data.InternalTag1").Quality
End Sub

 

NOTE

For more information on quality, please check the Quality topic on E3 User's Manual.

Was this page useful?