Hello,

I want to loop over the values of a string variable to create a Word document titled after each value.

For example, I have:
variablename
George Washington
John Adams
Thomas Jefferson
I want the following blank doc files to be generated:
C:/location/George Washington.doc
C:/location/John Adams.doc
C:/location/Thomas Jefferson.doc

Can anyone assist?

Thank you!

(v14)