Syntax: @TRIM(S)
S = a string value
@TRIM returns the string formed by removing leading, trailing and consecutive embedded spaces from string S.
Examples:
@TRIM(`` Alpha Beta Gamma '') = ``Alpha Beta Gamma''
@TRIM(R5) = ``There's no place like home.'', where R5 = ``There's no place like home.''