FUNCTION: Abs()
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 by Infinite Software Solutions, Inc.
Trademark Information