Maximum

<< Click to Display Table of Contents >>

 

Maximum

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

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

Was this page useful?