multiple arguments for filter?
Mark Wieder
mwieder at ahsoftware.net
Mon Aug 26 14:12:05 EDT 2013
Monday, August 26, 2013, 10:42:42 AM, you wrote:
> I thought I had seen references here to using OR with filter (on a container).
Not yet. It's in the pipeline, though.
For now I do something like
put tList into tList1
filter tList1 with tExpression1
put tList into tList2
filter tList2 with tExpression2
put tList2 after tList1
-- sort tList1 if desired
You can also sometimes get by with
filter tList with ".*\.[GJP][IPN][FG]" -- just .gif, .jpg, .png
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list