Email Help [solved]
I have a program set to email me the text from two text boxes.
I want it to have a space in between the text.
Right now it emails me:
Note how there is no space.
I want it to send me:
or
Whichever is easier for you to give me
I want it to have a space in between the text.
Right now it emails me:
Code:
TextBox1 TestTextBox2 Test
I want it to send me:
Code:
TextBox1 Test TextBox2 Test
Code:
TextBox1 Test TextBox2 Test



