Syntax
| Len(S$)
-or-
Len(usertypevar)
| ||||||
---|---|---|---|---|---|---|---|
Description
| Return the number of characters in S$.
Note: A similar function, LenB, returns the number of bytes in the string. For a usertypevar, LenB returns the number of bytes of memory occupied by the variable's data.
| ||||||
See Also
| |||||||
Example
|
|