I need to write quotation mark inside quotation marks. But if I write for example "I said "Yes"..." it is interpreted as two strings. In C++ I would write "I said \"Yes\"...". How to handle this problem in VB?
I need to write quotation mark inside quotation marks. But if I write for example "I said "Yes"..." it is interpreted as two strings. In C++ I would write "I said \"Yes\"...". How to handle this problem in VB?