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

[REBOL] Re: I want to loop

From: john:thousand-hills at: 3-Sep-2001 15:05

Anton: Thanks. After reading more carefully (thanks for the advice) ;?) The code worked like this: data: read/lines %ROUTE.txt data: skip data 6 foreach line data [print makerow line] and since the first line was previously declared, like this.. data: skip data 6 foreach line data [print makerow line] Makerow: is a script that places data in a row with formatting and HTML code as needed. Thanks //john At 01:47 AM 9/4/2001 +1000, you wrote: