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

[REBOL] Re: Getting content from objects in a block

From: dockimbel:free at: 31-Jul-2001 16:04

Hi Thorsten, If i understand your question correctly, this is how to do it : foreach obj myblock [print obj/text] ; no counter version or repeat i length? myblock [print myblock/:i/text] ; counter version HTH, DocKimbel. Thorsten Moeller wrote: