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

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

From: chrismorency:videotron:ca at: 4-Oct-2001 0:34

Hi Andrew,
> 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?
No and yes, of course what you present would work, it would work knowing that your receiver would be MyValues... but in my case I don't know... See response to Tim on what I'm trying to achieve... You really need to see this as a library that others will use for developping rebol code, you don't know which receiver (variables-name) they'll use... (I knew I wasn't clear with that first post ;)) Best, Chris