I definately prefer the #5 way as it is at the moment.
Before posting this morning, I was doing some testing using my image keywords field. Specifically, testing using some strings rather than just letters...
listfilter([Keywords], 1, Ac, Br) would skip Aardvark, returning everything from Acorn to Bridges. All made perfect sense to me
#4When I added this to the wiki this morning, I reported that it
was case sensitive. It's doing something odd for sure...
listfilter(Action;Test;Ball, 1, A, f) ---> Action;Test;Ball
listfilter(Action;Test;Ball, 1, A, F) ---> Action;Ball
listfilter(Action;Test;Ball, 1, a, F) ---> <Blank>
listfilter(Action;Test;Ball, 1, a, f) ---> <Blank>
Examples 2 & 4 return, for me, expected results that show case sensitivity in operation.
The returns from examples 1 & 3 don't make any sense to me, and again, I didn't know what to expect before I pressed OK. Often the understanding comes from "I wonder what it'll do if I do that...", just not in this case