I think this works as well?

filter shellResult with "*[*]*"
>

2008/5/26 Sarah Reichelt <[EMAIL PROTECTED]>:

> On Mon, May 26, 2008 at 8:59 AM, David Bovill <[EMAIL PROTECTED]>
> wrote:
> > How do you escape chars with the filter command? Specifically what do you
> do
> > if you want to filter lines that contain the "*" character?
>
> I replace them with something else, then filter, than change them back
> again.
> e.g.
>
> replace "*" with "(&)" in myData
> filter myData with "*" & myFilter & "*"
> replace "(&)" with "*" in myData
>
> Cheers,
> Sarah
> _______________________________________________
> 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
>
_______________________________________________
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