I would like to append a word whose name changes with each pass of a 
foreach statement.

The following does not work.

count: make integer! 0

foreach line page [
        count: count + 1
        append linenumber count line
]

What I am hoping for is to assign the value of each "line" word to a series of 
words named "linewords1" and "linewords2" and "linewords3" etc.  How can I 
accomplish this?

Thanks.

-Ryan

Reply via email to