Filter command

David Bovill david at openpartnership.net
Sun May 25 19:11:32 EDT 2008


I think this works as well?

filter shellResult with "*[*]*"
>

2008/5/26 Sarah Reichelt <sarah.reichelt at gmail.com>:

> On Mon, May 26, 2008 at 8:59 AM, David Bovill <david at openpartnership.net>
> 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list