[REBOL] dynamic word names 2 Re:(2)

2000-03-08 Thread RChristiansen
This is what I am thinking of... michael-info: "" count: 1 michael1: "employment: truck driver" a: {rejoin ["michael" count]} append michael-info (with the value of michael1) How do I do this? Thanks. -Ryan > do (with the value of a dynamically created word) ? > > >> a: "print 1 + 1" > "pr

[REBOL] dynamic word names 2 Re:

2000-03-08 Thread VoToNi
In einer eMail vom 08.03.00 19:11:18 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: > What if I want to append a dynamically created word with a value that > belongs to a word the representation of which must also be dynamically > created in the script? > > Assume an earlier scr