ABS function
Purpose: The ABS function returns the absolute (positive) double precision value of a number.
Syntax: RetVal# = ABS(Number) Parameters:
Return Value:
|
Example:
DIMRetVal# RetVal#=ABS(-123.45)
Result:
123.45
BCX Console Sample Programs using ABS function.