@TRIM
Syntax:
@TRIM(<string>)
Description:
This function returns a string which is the same as <string> but with leading and trailing spaces removed.
OK:
Unchanged.
Example:
%T = @trim(@next(1))