DOCUMENTATION HOME
COMMANDS
FUNCTIONS
DATA TYPES
SYSTEM IDENTIFIERS
Len()
Last Modified: 9/8/2021
Returns the length of a
String
.
Arguments
Name
Type
Required
Description
Str
String
Yes
The expression to return the length of.
Example
Syntax: Len(
<Str>)
a$
=
"Hello World"
Print Len
(a$)