Purpose
Embed double quote characters (inverted commas) in a string, e.g. to represent inch measurements

Solution

Double the quotes

// Sample string
Set V[mytext] "INSTALL NEW 3/4"" SERVICE"
 

Components
InputAssistant