RemoveValues_ReturningUnique ( MyList ; Out )
Speedily (and with no recursion) filter values out of a list (returning unique values only)
Be the first to rate this function Log in to vote
|
Debi Fuchs - Show more from this author
Aptworks Consulting http://www.aptworks.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Speedily (and with no recursion) filter values out of a list
NOTE: returns unique values only (for an alternative see RemoveValues_PreservingDuplicates, which is slower)
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.