The LenB function returns the number of bytes in a string.
Function LenB( s as String ) as Integer
The function Len returns the number of characters in a string.
Category: Global Methods