Filter
Bob Sneidar
bobs at twft.com
Fri Dec 9 14:18:50 EST 2011
The filter command works on the entire line. The way you are using it, only lines that contain only the letter C will show up. Instead, use:
filter temp with "*c*"
Bob
On Dec 9, 2011, at 11:15 AM, 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.
> Craig Newman
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list