I am not a guru, but I found my way, because REBOL is so cool :-) ->> blk: ["one" "two" "three"] ->> for i 1 length? blk 1 [set to set-word! blk/:i i]
Cheers, -pekr- Carlos Lorenz napsal(a): > Hi list, > Let´s say I have the block [ "one" "two" "three"] > > Which is the best way to create the words one, two, three assigning values > 1,2,3 to them? > > Thanks > > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
