StrTrim

StrTrim(<str>)
StrTrim <VAR> <str>

Returns the original string with whitespace removed from the beginning and end of the string. Whitespace characters are: space, tab, end-of-line characters.

Parameters

strSource string.