|
| Syntax
result = TrimLeft (String) |
|
| Description:
Trim leading whitespace characters from the
String. |
|
| Arguments:
String - String containing the
target characters to be trimmed. |
|
| Examples:
String = "\t Hello World"
Result = TrimLeft(String)
Result contains "Hello World" now. |
|
| TrimLeft function is included in
the lcbase.dll |