Thats how i need it to be because after "Sunshine" there will be a number added to it. from another textbox in the same quotation.Originally Posted by RobDog888
Example:
Resulting in this:Code:TextBox2.Text = "My name is " & Chr(34) & "Sunshine" & Chr(34) & Textbox1.Text & Chr(34) & " & Chr(34)
My name is "Sunshine27" today
Basically my question would be: Can i have a single " in a & Chr(34) & Like this:
Code:& Chr(34) " Chr(34) &




Reply With Quote