show / hide menu

Min

This function is used to get the minimum value from the given parameters.

Syntax:
Min(Value)
N number of values can be provided as the arguments.

Example:
Textbox.Value=Min (10, 20, 5, 50)
The function will return the value 5.