Len()
Previous  Next

Description: Returns the length of a string.

     Syntax:
     
Len(<String>)


Part
Description
<String>
Required. The string expression to find the length of.

Example:

        a$ = "Hello World"
        Print Len(a)