|
| Syntax
result = GetLenght (String) |
|
| Description:
Call this function to get a count of the
bytes in the String. |
|
| Arguments:
String - String whose a count
of the bytes will be returns. |
|
| Examples:
String = "Hello World"
Lenght = GetLenght(String)
Lenght contains 11 |
|
| GetLenght function is included
in the lcbase.dll |