Description
- Sets whether single quote is an escape character in strings in expressions.
Syntax
- Exec.QuoteEscape(keyword)
Parameters
- keyword
- (string) action to take
-
Possible Values
- "on"
- "off"
- "reverse"
Examples
- Exec.QuoteEscape("off")
Notes
- Only works if Setup >Advanced >Characters "Escape character" is set to single quote.