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
 [email protected]


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to