Hi!

I think am not a beginner any more, but I have got a quite easy question.
Does any body know if it is possible in VB to easily include quote marks (") in a string. Instead of using the ascii code, converting it to a character with Chr(34) and adding it to the string.
Is there an easy way like in C/C++ where you just write \" to get a " .

Thanx in advance