got it!

appending the value of a dynamically created word name to a word...

count: 50
out: make string! 1000

for build 1 count 1 [
        builder: reform ["messagebuilder:" rejoin ["message" build]]
        do builder
        append out messagebuilder
]


"reform" was the missing link.  thanks for directing me to use "do."

-ryan

Reply via email to