How do I include the " character in a string.
For example said = "John said "Hi""
said = "John said "Hi""
You need to double up the quotes to escape them in VB
e.g. said = "John said ""Hi"""
said = "John said ""Hi"""
2.1m questions
2.1m answers
60 comments
57.0k users