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