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, <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. > Craig Newman > > _______________________________________________ > 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 > > -- Pete Molly's Revenge <http://www.mollysrevenge.com> _______________________________________________ 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