Page 1 of 1

The "filter" command

Posted: Mon Jun 11, 2012 1:00 pm
by johnmiller1950
Good Morning All,

I am feeling rather stupid this morning. I have been using runtimeRev/LiveCode for years, and I am stuck on what should be a fairly simple task.

I have a list of customers, and I want to use the "filter" command to pull out the lines of that list that contains a specific name such as "Johnson".

I have horsed around for an hour now and can't come up with the proper code. Can someone please help me.

Thanks so much.

John Miller

Re: The "filter" command

Posted: Mon Jun 11, 2012 1:12 pm
by Klaus
Hi John,

like this:
...
filter tList with "*Johnson*"
...
?


Best

Klaus

Re: The "filter" command

Posted: Mon Jun 11, 2012 1:39 pm
by johnmiller1950
Thanks Klaus ! That did the job. - John