<< Click here to display Table of Contents >> Navigation: TCC > Variablen und Funktionen > Functions:
@UNQUOTE[string]: Gibt das Argument ohne alle Anführungszeichen zurück.
Siehe auch: @UNQUOTES
Beispiel:
echo %@unquote["This is a """heavily" quoted" string"]
This is a heavily quoted string