trim PowerHome formula function
Description
Removes leading and trailing spaces from a string.
Syntax
trim ( string )
Argument |
Description |
string
|
The string you want returned with leading and trailing spaces deleted.
|
Return value
String. Returns a copy of string with all leading and trailing spaces deleted if it succeeds and the empty string ("") if an error occurs.