Base Scripting Language GuidePascal-Library Custom Scripting FunctionsAbsOn this pageAbsReturns an absolute value. Structure Abs(number) Parameters number - any valid numeric expression. Description Abs returns the absolute value of the number argument. Example r = Abs(-2.3)