Navigation: TCC-RT > Variables & Functions > Functions
@TRIM
@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