Thanks Jim - good to confirm that there is no way to escape chars for filter
expressions. I guess this is the sort of thing that should be posted as a
note to the dictionary.

2009/5/2 Jim Ault <jimaultw...@yahoo.com>

> The technique I have used in the past is to do a
>
> replace "[" with "†" in blockOfLines
> replace "]" with "^" in blockOfLines
> filter blockOfLines without "tr††*^^"
> --and in case there are kept lines that had the '[]' chars
> replace "†" with "[" in blockOfLines
> replace "^" with "]" in blockOfLines
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to