Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Multi-searches

From: info:id-net:ch at: 20-Feb-2002 9:25

Hi all, I want to make multi-researches on a block of strings. The result I want is an array of index of all appereances of a name, but the 'find word find only the first appereance and to find the second appereance I have to find the index, then 'skip the list to index + 1 and so on.. Is there another way to make it, because in my case, sometimes the word to find is listed on second position of my array and sometimes on the third? So just to make those search I need 100 rows, and it's bugging! Philippe