<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@TRIM[string] : Returns the string with the leading and trailing white space (space and tab characters) removed.
Example:
echo %@trim[ this is a test string ]
this is a test string