2 strings in textfield

I have a texfield in which I would like to display to strings.

Right now, I can only use one of the strings by doing:

myTextfield.text = str1

How can I get str2 into the textfield as well?