&MIN

Finds and holds the lowest signed value in a set of signed numeric arguments.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

&MIN (number, number, ...)

Aliases:

&min (number, number, ...)
&Min (number, number, ...)

Comments:

  • Character strings are acceptable arguments if they can be converted to numeric types.
  • There is no limit on the number of arguments.

Examples:

&MIN (-25, 1)  = -25
&MIN (25, 1)  = 1
&MIN (25, 1, 101)  = 1
&MIN (25, 1, "101")  = 1