<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@QUOTE[string] : Returns a double quoted argument if it contains any whitespace characters.
Examples:
echo %@quote[Now is the time]
"Now is the time"
echo %@quote[Nowisthetime]
Nowisthetime