ListDeduplicate ( inputList )
Deduplicates a pilcrow delimited list using the While() function
Average rating: 1.0 (1 vote) Log in to vote
David A Sullivan - Show more from this author
Mandelbrot LLC http://mandelbrotllc.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Version 1, 2023-03-31
A modern take on older custom functions that use tail recursion.
This one uses the While() function instead, so it requires FileMaker 18 or later.
Comments
Michael Horak, *COMMENT Visual Realisation Apr 11, 2023 |
||
Version 18 also has the UniqueValues() funtion, so it's not clear why this would be needed. Not to mention that this will return incorrect results with an input like "speak¶pea", for example. |
||
David A Sullivan, Mandelbrot LLC Apr 13, 2023 |
||
Sure, NOW you tell me there's a native function that's better. Glad I didn't waste a whole afternoon writing this one, I guess. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.