Description
Returns the specified string with all spaces trimmed from both ends.
Syntax
Trim(AString: String): String
Example
Trim(“ 101 “)
The return value is 101.