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