All Functions
Sgn Function
FUNCTION: Abs()
Implemented in version 1.0
Abs
(Number)
The
Abs
function returns the absolute value for a number.
Negative numbers become positive. Positive numbers remain positive.
Code:
<% =Abs(-127.89) %>
Output:
127.89
Code:
<% =Abs(127.89) %>
Output:
127.89
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information