AddOrRemoveValue ( listOfValues ; value )
Speedily (and with no recursion/cleanup) remove all instances of a value from a list, or add it, if it's not there.
Average rating: 5.0 (2 votes) 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 or cleanup of empty values) remove all instances of a value from a list, if the value exists in the list already, or add it, if not. (For list cleanup try custom function CullNulls).
Comments
Debi Fuchs, Aptworks Consulting Aug 28, 2018 |
||
fixed a bug which caused the function not to work on single-value lists | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.