hiEscapeStringChars
hiEscapeStringChars(S_stringOrSymbol) =>s_stringResult
Description
Escapes certain characters (backslash and double quote characters) in a string by preceding them with a backslash so that they do not cause errors when the string is evaluated in SKILL. You can use this function to prepare strings that needs to be evaluated in callbacks.
Argument
Value Returned
|
String that preserves backslash and double quote characters when it is evaluated in SKILL. |
Related Topics
Return to top