Maximum

<< Click to Display Table of Contents >>

 

Maximum

Number Determines the maximum Tag value. Default value is 100. The next script contains an example of using this property.

Sub CommandButton2_Click()
  ' When clicking the button, a message box is opened,
  ' indicating DemoTag6 Maximum property value
  MsgBox Application.GetObject("Data.DemoTag6").Maximum
End Sub

Was this page useful?