Category: Number
Syntax: Abs ( number ) |
Parameters:
numberAny expression that resolves to a numeric value.
Data type returned: Number, Time
Description:
Returns the absolute value of number; absolute value is always a positive number.
Examples:
Function |
Results |
---|---|
Abs ( -92 ) |
Returns 92. |
Abs ( Get ( CurrentPlatform )) |
Returns 1 for MacOS and 2 for Windows. |
Abs ( RetailPrice - WholeSalePrice ) |
Returns the difference between the two prices, regardless of which one is larger. |
Abs ( 2:15:00 3:30:00 ) |
Returns 1:15:00. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information