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