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

[REBOL] Iteration over object "properties"

From: kpeters:otaksoft at: 29-Feb-2008 12:55

Am not sure if I am using the proper terminology here, so please bear with me: How do I iterate over the "properties" of an object? o: make object! [ p1: "Berlin" p2: "Germany" p3: 3'400'000 ] I want to get at the "property names" in string form as in "p1" "p2" and so forth Thanks for any help, as always Kai