Trim Function
Returns the String passed with leading and trailing whitespaces removed.
Syntax
result = Trim( SourceString )
result = Trim( )
Parameters | ||
SourceString |
The source, a copy of which, to be returned with leading and trailing whitespaces removed. |
Return Value | ||
Result |
SourceString with leading and trailing whitespaces removed. |