Take Command / TCC Help v. 13.03

@INT

Hide Navigation Pane

@INT

Previous topic Next topic No directory for this topic No expanding text in this topic  

@INT

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 (...)

@INT[n]:  Returns the integer part of the number n. @INT will perform an implicit @EVAL on its argument, so you can use an arithmetic expression for n.

 

Examples:

 

echo %@int[1234]

echo %@int[1.234]

echo %@int[12.34]

 

 

Comments (...)