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

[REBOL] Re: Series of objects

From: g:santilli:tiscalinet:it at: 22-Aug-2003 17:19

Hi Matt, On Friday, August 22, 2003, 4:54:53 PM, you wrote: MM> I'm trying to use a command like: clients/i/user: "Bob" but REBOL tries to MM> look for a path named i rather than the ith element. Any pointers? clients/:i/user: "Bob" A less concise way to do the same is: set in pick clients i 'user "Bob" In case you find it more readable With parenthesis, set (in (pick clients i) 'user) "Bob" Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/