Hi there,

I'm trying to figure out if there's a way to take what a user types into an input box and use that in the main message of a message box.

For example:

I could have an input box that says, "What's your favorite kind of ice cream?"

The user types "Vanilla" and clicks OK.

Then I have a message box that says, "Your favorite is Vanilla? Me too!"

How do I enter the result of "Vanilla" in between two different pieces of text in a message box?

Thanks