Previous PageNext Page

8.4.1 Abs Function

Returns the absolute value of a number.
 

Syntax

Abs(number)

Arguments

number
Any valid numeric expression. If number contains Null, Null is returned; if it is an uninitialized variable, zero is returned.

Remarks

The absolute value of a number is its unsigned magnitude. For example, Abs(-1) and Abs(1) both return 1.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page