hi i need to put quotes in a string into the calculator, but it detects the string ends there. how do I escape the quotation marks?
Printable View
hi i need to put quotes in a string into the calculator, but it detects the string ends there. how do I escape the quotation marks?
Use double quotes.
"This is a ""quoted string."""
Thanks a ton. Didn't see any documentation on it.