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

[REBOL] Getting content from objects in a block

From: moeller_thorsten:gmx at: 31-Jul-2001 15:46

Hi, i have a block containing lots of objects. What i want to do is getting the text-value from each of this objects with a loop. One object can be accessed like "print myblock/1/text". The "1" should be replaced by a counter. How can i do that? Thorsten