there's many ways actually...

you can use the LineOffset(string,container,startingline) function

but if you dont care what line it was, check out 

filter alist with "*xmas"

which is much faster and just returns those lines...

You could also repeat for each line, each item but that's not very efficient
after a few 100 lines... 

cheers
Xavier

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of D.Rothe
> Sent: Tuesday, November 16, 2004 23:58
> To: [EMAIL PROTECTED]
> Subject: Newbie: find, search command
> 
> Hi,
> I have a tab delimited list I want to be able to search, say 
> I have a list of names for example;
> 
> Father Xmas    Is Drunk
> New Years    Is after Xmas
> Rudolph    The Reindeer
> Merry Xmas    To all
> 
> I want to search for ALL instances of Xmas and display the 
> whole matching line of each found in a list field.
> So far I can get it to display the first line only ( Father 
> Xmas    Is Drunk) ! 
> Any help would appreciated!!! I have checked the tutorials 
> for help but couldn't find what I was looking for, is there 
> an example stack or notes anyone may know of?
> 
> Thanks D.Rothe
> 
> 
>  
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to