Escape double quotes in strings in Visual Basic
I use Javascript much more than visual basic, so I’ve always been puzzled by how to escape nested quotes in strings in VB. In Javascript, you either nest single quotes (apostrophe’s) and double quotes or
Continue reading