FlipDigits ( value )
flips decimal digits for textual sort purposes
Average rating: 4.0 (35 votes) Log in to vote
Theo Ros - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Flips all decimal numbers in a Number or Text
9's will become 0's, 8's will become 1's etc.
You can use this for negative numbers when
sorting a list or portal holding numeric values
and when using a textual sort.
Syntax: FlipDigitsr ( value )
Return type: Text
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.