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

[REBOL] Re: Need help on something tricky...

From: al:bri:xtra at: 4-Oct-2001 16:04

Chris wrote:
> Now how could I use it this way instead ? > > my-string: bind-word-to "this is the value"
There's no sensible or easy way to that. How about instead: MyValues: reduce [ 'my-string "this is the value" ] and then sequencing through the block like: foreach [Word Value] MyValues [ set Word Value ] Would that do what you want? Andrew Martin Writing Rebol Dialects... ICQ: 26227169 New Site Coming soon!