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, ...)
Examples:
&MIN (-25, 1) = -25
&MIN (25, 1) = 1
&MIN (25, 1, 101) = 1
&MIN (25, 1, "101") = 1
Comments: