The subject says it all, how do I escape quotes in a quote. For example
msgbox "You entered "" & Name & "" as your input"
and it should come out
You entered "Jon" as your input
Its so easy in C but can't figure it out in VB. Also, how do you specify a new line?
thx
Kenta
msgbox "You entered "" & Name & "" as your input"
and it should come out
You entered "Jon" as your input
Its so easy in C but can't figure it out in VB. Also, how do you specify a new line?
thx
Kenta