Previous Topic

Next Topic

LTrim - MaxBasic Function

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

See Also

String Functions

Book Contents

Book Index