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

[REBOL] Series of objects

From: mattsmac:h:otmail at: 22-Aug-2003 10:54

I have a series of connections calles clients, what I want to do is find a particular one of those connections, with index i, and change the user name etc. In C or other languages it would be somewhat in the form: clients[i].user = "Bob" I'm trying to use a command like: clients/i/user: "Bob" but REBOL tries to look for a path named i rather than the ith element. Any pointers? BTW I am very new to REBOL and I'm sure this is an easy problem Matt