Author Topic: Microsoft Access Function Library: Abs()  (Read 4151 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Abs()
« on: August 15, 2012, 05:34:13 PM »
Function: Abs()

Purpose: The Abs() function returns the absolute value of any numeric expression provided to it as an argument.

Usage: Abs(expression)

Returns: Absolute value (unsigned magnitude) of expression

Examples and Special Cases

    Abs(-10) = 10
    Abs(10) = 10
    Abs(0) = 0
    Abs(NULL) = NULL
    Abs(uninitialized variable) = 0
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection