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 script created the following word values:
>
> lineword1: {hello}
> lineword2: {good morning}
> lineword3: {good day}
>
> Now I want to append them in order to the word "messagebuilder."
>
> The value of "count" is the total number of "lineword" word values with a
> numeral appendage.
>
> How can I accomplish what lies within the parenthesis?
>
> for build 1 count 1 [
> append messagebuilder (with the value of a dynamically created word)
> ]
>
> Thanks.
>
> -Ryan
>
do (with the value of a dynamically created word) ?
>> a: "print 1 + 1"
== "print 1 + 1"
>> do a
2
>>
Volker
Volker