JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC > Variables & Functions > Functions
@ABS
@ABS[n] : Returns the absolute value of the number n.
Examples:
echo %@abs[-1]
1
echo %@abs[123]
123