Poco Script FAQ - Adding quotes to a string

Poco Script FAQ - Adding quotes to a string

Q: Could you explain to me what the significance is of: "\"" in the following 2 statements from the "Expand Recipient Names" script? Set $temp "\"" AddStrings $temp $name "\"" " <" $address ">"
 
A: I don't know if this is explained in the help or not but the "\" serves to escape the following character. You'll see an what I mean by copying the following statements to a new script and running if using the "Debug run" button: Set $temp "\"" AddStrings $temp $addresspath "\""" MessageBox $temp