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

[REBOL] For Each

From: ammoncooke::yahoo::com at: 20-Jun-2001 21:22

Hi, I need to 'for each' thru a text-list, what is the correct syntax?? I have this: lst1-len: length? head lst1/data for i 1 lst1-len 1[ Which will execute the correct number of times, but how do I get a different value from the list each time like I can in Perl with an array using the index number?? Thanks!! Ammon