ListMinus1st ( InList ; InValue )
Remove 1st occurrence from list.
Average rating: 3.9 (20 votes) Log in to vote
Richard DeShong - Show more from this author
Logic Tools http://logictools.com |
a
c
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Remove 1st occurance of InValue from InList.
Note that Position() is case-insensitive.
Comments
Thomas Hellwig, Hamburg/Germany May 1, 2016 |
||
The CF removes just the first occurrence of InValue. Input ListMinusAnyCase ( "a¶b¶c¶d¶a¶b¶c¶d¶a¶b" ; "a" ) Output b c d a b c d a b No output like this: "b¶c¶d¶[...]" |
||
Richard DeShong, Logic Tools May 4, 2016 |
||
Thanks Thomas. I've indicated in the description that it removes just the 1st occurance. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.