LTrim(String: String): String
Left trim String. Returns String with leading spaces removed.
LTrim function syntax has these named arguments:
Parameter |
Description |
String |
Required. String to be trimmed on the left. |
Sample code:
Print LTrim(" banana")
Returns: banana