For the future, consider using the ASCII value CHR(34) or a variable to represent this eg
DQ = CHR(34)
It can make you code more comprehensible than multiple """"" type strings.