Purpose:
Removes the leading spaces of a string.
Parameter:
String
Return value:
String
Example:
LTrim$(" George") Result: "George"
Purpose:
Removes the leading spaces of a string.
Parameter:
String
Return value:
String
Example:
LTrim$(" George") Result: "George"