Skip to main content



Abs Function

Returns the absolute value of a numeric expression.

Syntax

Abs(expression)

Returns the absolute value of a numeric expression.

Arguments

expression Numeric - A numeric expression.

Remarks

Example:

Abs(-10); // returns 10

Example:

Abs(10); // returns 10