UnQuote$
Unquoted string = Unquote ( Quoted string )
Unquoted string = Unquote$ ( Quoted string )
Unquote a string quoted by using the Gambas string syntax.
Example
Print UnQuote("This is not a \\\"quoted\\\"\\nmulti-line string.")
This is not a "quoted"
multi-line string.
See also