Len() |
Previous Next |
Len(<String>)
|
Part
|
Description
|
<String>
|
Required. The string expression to find the length of.
|
a$ = "Hello World"
Print Len(a)
|