Trim
Description
Removes leading and trailing space characters from a string and returns the resulting string.
Syntax
Trim ( str)
Arguments
str is a string.
Removes leading and trailing space characters from a string and returns the resulting string.
Trim ( str)
str is a string.