FilterOut ( ListA ; ListB )
Filter the values of Lists out of ListA
Average rating: 3.0 (1 vote) Log in to vote
Jul Carson - Show more from this author
Code-J https://www.code-j.co.uk/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function takes the values of ListB and removes them from ListA. The values in each list can be in any order. This function should work with any version of Filemaker 8.0 onwards. The only limits of list length are driven by the recursion limit.
Comments
19752, fmc Mar 7, 2018 |
||
FilterOut ( "abcde" ; "e" ) returns "abc". You'd need ¶ on both side for partially matching text. |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.