getMaxValue ( theList )
Returns maximum value in a list
Average rating: 4.6 (27 votes) Log in to vote
Bob Patin Longterm Solutions LLC http://www.longtermsolutions.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Takes a list and returns the max value
Comments
comment, VR Jan 13, 2012 |
||
Huh? getMaxValue ( "2¶3¶1" ) returns 2. |
||
Bart Bartholomay, Vero Beach Jan 13, 2012 |
||
What's wrong with: Max ( 2 : 3 ; 1 ) |
||
Bob Patin, Brentwood, TN Jan 13, 2012 |
||
I was writing this to walk a portal, but you're right, I could take my list, substitute and probably make it work that way. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.