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

[REBOL] Re: Series of objects

From: petr:krenzelok:trz:cz at: 22-Aug-2003 17:20

Matt MacDonald wrote:
>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 >
clients/:i/user -pekr-