On 9 Dec 2011, at 19:15, dunb...@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


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

Reply via email to