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