OK.. in my posting about parsing variables, I learned how to take a variable such as "John Doe" and split it into two variables, "John" and "Doe".

My next attempt is to be able to use these variables in a text paragraph as if they were part of it.

Such as a paragraph that read:

Hello Mr. Doe, I see your first name is John.

can this be done so that the variable fits withing the sentence and spacing is not an issue?