Description
Returns the specified value with all spaces trimmed from the beginning and end of the string.
Syntax
Trim(String: String): String
String is the string value on which to perform the function.
Example
Trim(“ 101 “)
The return value is 101.