Home > lang > unquote 
 en fr de es it pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Voorgaande  Volgende  Bewerken  Hernoemen  Undo  Search  Administratie  
Handleiding  
Waarschuwing Deze pagina is niet vertaald.  Zie Engelse versie 
UnQuote$
Unquoted string = Unquote ( Quoted string )
Unquoted string = Unquote$ ( Quoted string )

Unquotes a string quoted by using the Gambas string syntax.

Voorbeeld

Print UnQuote("This is not a \\\"quoted\\\"\\nmulti-line string.")

This is not a "quoted"
multi-line string.

Zie ook

Quote$, String Functions