The ABS function finds the absolute value of a number.
The ABS function has the following format:
ABS(number)
The ABS function accepts the following parameter:
number (number)
The ABS function returns a number.
Return_value=ABS(3)
Return_value=3
Return_value=ABS(-2)
Return_value=2
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |