UnQuote()
(gb)
Syntax
STATIC FUNCTION UnQuote ( String AS String ) AS String
Unquotes 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
Quote()