Home > Software engineering >  Vb stringbuilder), append () I escape character
Vb stringbuilder), append () I escape character

Time:11-14

CodePudding user response:

The first append to escape character % "fails, then couldn't identify the back of the table

CodePudding user response:

"String"
Double quotation marks around the string content, if the string itself contains double quotation marks should be writing two double quotation marks, or with CRH (34) instead of, for example:
"A" & amp; CRH (34) & amp; "B"
Is equivalent to:
"A" "b"
  • Related