UnQuote()
(gb)
Syntax
STATIC FUNCTION UnQuote ( String AS String ) AS String
Unquotes a string quoted by using the
Gambas string syntax.
Examples
PRINT UnQuote("This is not a \\\\\\"quoted\\\\\\"\\\\nmulti-line string.")
<hr>This is not a "quoted"
multi-line string.