qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ABS Function
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns the absolute value of a number.
 
    ABS(numeric-expression)
 
    ■ numeric-expression     Any valid numeric data type; the absolute value
                             is the unsigned magnitude of its argument; for
                             example, ABS(-2) and ABS(2) are both 2
 See Also
    SGN Function