Double quotes (") are removed from the string, so the end result
should be "jared".
Within a VB string literal, you use "" as the escape sequence to
represent a single ". So if you print the strings, "ja""red" will
print as ja"red and """" is ".
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.