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

[REBOL] Re: URL & setword bugs

From: ptretter:charter at: 17-Aug-2002 23:19

The first part you referenced is not a problem. We often set multiple values this way - such as: this: that: none This way everything can be set to none. Gotta be careful with this though as some datatypes have problems doing this. And for your second example the test:i would be getting the value at index 'i and not setting do to the placement of the ":". try: change test/:i "BBBB" Paul Tretter