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
The "filter" command
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: The "filter" command
Hi John,
like this:
...
filter tList with "*Johnson*"
...
?
Best
Klaus
like this:
...
filter tList with "*Johnson*"
...
?
Best
Klaus
-
- Posts: 116
- Joined: Mon Apr 30, 2007 3:33 pm
Re: The "filter" command
Thanks Klaus ! That did the job. - John