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"""
1.4m articles
1.4m replys
5 comments
57.0k users