LTrim$

Purpose:

Removes the leading spaces or other strings at the beginning of a string.

Parameter:

String

String  (optional) String to be removed (Default: Spaces).

Return value:

String

Example:

LTrim$("   George")  Result: "George"