Filter

Pete pete at mollysrevenge.com
Fri Dec 9 14:29:57 EST 2011


Hi Craig,
I think filter works on lines not chars so if you want to include lines
containing "c" do:

filter temp with "*c*"

The "*" is a placeholder for zero or more characters.

On Fri, 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
>
>


-- 
Pete
Molly's Revenge <http://www.mollysrevenge.com>



More information about the use-livecode mailing list