Repeat for each
Ken Ray
kray at sonsothunder.com
Sat Nov 5 04:19:29 EST 2005
On 11/4/05 7:40 PM, "Geoff Canyon" <gcanyon at inspiredlogic.com> wrote:
> On Nov 4, 2005, at 2:23 PM, Sarah Reichelt wrote:
>
>> filter theData with "*word*"
>
> You could probably get just the lines with "word" in the second item
> by doing something like this:
>
> filter theData with "*" & tab & "*word*" & tab & "*" & \
> tab & "*" & tab & "*" & tab & "*" & tab & "*" & tab & "*"
Actually, you only need to add "*" right after the thing you're checking,
and shouldn't need any more "*"s, so this should work just as well:
filter theData with "*" & tab & "*word*" & tab & "*"
Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com
More information about the use-livecode
mailing list