maxLength ( lst ; maximum )
Function that returns the length of the longest value in a list. Useful for conditional formatting
Average rating: 4.0 (38 votes) Log in to vote
Nicolas Bourré - Show more from this author
http://Www.nicolasbourre.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Function that returns the length of the longest value in a list. This function could also be used to get the longest line in a text.
Could be useful for conditional formatting based on the longest line in a text field.
Comments
KevinSmith Sep 12, 2018 |
||
The code is missing a bracket character. The first line of code should read "Let (". | ||
Nicolas Bourré Sep 12, 2018 |
||
Corrected thanks! | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.