Inverted commas in strings: How can I embed double quote characters (inverted commas) in a string to represent inch measurements, e.g.
Set V[mtext] "INSTALL NEW 3/4" SERVICE"
Double the double quotes:
Set V[mtext] "INSTALL NEW 3/4"" SERVICE"