Function reference
Removes leading and trailing spaces from a string.
Trim ( string )
Argument | Description |
string | The string you want returned with leading and trailing spaces deleted. |
Data type: String
Returns a copy of string with all leading and trailing spaces deleted.
Example 1
This expression returns BABE RUTH:
Trim(’ BABE RUTH “)
Last modified:
23 May 2021