show / hide menu

FindMin

This function is used to retrieve the minimum value from the specified collection control.

Syntax:
FindMin(ControlName,IsFromSelectedValues)
where
ControlName : Name of the collection control
IsFromSelectedValues :To find minimum of selected values in the control. Default is false.

Example:
txtautocompletestatic.Value=FindMin(AutoCompleteTextBox1)
Minimum value among all values of AutoCompleteTextBox1 is displayed in txtautocompletestatic