Previous Topic: ABOVE Function--Is User Above Specified LDAP DN

Next Topic: AFTER Function--Find a String

ABS Function--Find the Absolute Value

The ABS function finds the absolute value of a number.

Syntax

The ABS function has the following format:

ABS(number)

Parameters

The ABS function accepts the following parameter:

number (number)

Return Value

The ABS function returns a number.

Example

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