To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
LEN - Returns the number of characters in a string.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
LEN
Returns the number of characters in a string.
LEN( string-expression )
Example:
LEN.BAS
Description:
The
LEN
function evaluates the string expression and returns the number of characters in the resulting string. If there is nothing in the string, the
LEN
function returns a zero value.
See Also:
CHR$
,
LWC$
,
MAXLEN
,
NUM
,
POS
,
REV$
,
RPT$
,
TRIM$
,
UPC$