On 11/4/05 7:40 PM, "Geoff Canyon" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
