Minimum

<< Click to Display Table of Contents >>

 

Minimum

Number Determines the minimum Tag value. The default value of this property is 0 (zero). The next script contains an example of using this property.

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

Was this page useful?