I think you understand the issue. I don't know how to make the text variable common to all executables. Is it passed in the command line?
think of it as a series of questions with answers provided in different Executables. the first one might generate the following text: "The student is female," the next "age 19,", the next "an Engllish Major". the next "graduating in 2004"
After all executables are complete the completed text sting is: "The student is female, age 19, an English Major, graduating in 2004" this is a simplified example...but hopefully explains the problem.
thanks