Take Command / TCC Help v. 13.03
@MINNot in LE
Hide Navigation Pane
@MINNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@MINNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@MIN[a,b,c,...] :  Returns the smallest in the list of parameters. All parameters must be integers in the range -2147483647 to 2147483647 and must be separated either by whitespace or by commas.

 

Numeric input may be entered in either decimal format (a sequence of 0-9 digits) or in hexadecimal format ("0x" followed by a sequence of 0-F hex digits).

 

Example:

 

echo %@min[1,5,2,0,-1]

-1

 

 

Comments (...)