◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
Returns the number of characters in a string or the number of bytes
required to store a variable.
LEN(stringexpression$)
LEN(variable)
■ stringexpression$ Any string expression.
■ variable Any nonstring variable.
Example:
a$ = "Microsoft QBasic"
PRINT LEN(a$)
See Also ◄OPEN►
──────────────────────────────────────────────────────────────────────────────
© Copyright Microsoft Corporation, 1987-1992. All rights reserved.
Converted from qbasic.hlp with DosHelp/HelpConvert