show / hide menu

Max

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

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

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