Filter

Dave Cragg dave.cragg at lacscentre.co.uk
Fri Dec 9 15:26:08 EST 2011


On 9 Dec 2011, at 19:15, dunbarx at aol.com wrote:

> What am I doing wrong? If I have:
> on mouseup
>   put "abcdef" into temp
>   filter temp with "c"
>   put temp
> end mouseup
> I get empty. I don't need more empty.

Filter works on lines. From the docs: "Filters each line in a container, removing the lines that do or don't match a pattern."

What were you hoping to get?

Dave





More information about the use-livecode mailing list