Example - Len Function

  1. Sub Main ()

    1. A$ = "Cypress Enable"

      StrLen% = Len(A$)'the value of StrLen is 14

      MsgBox StrLen%

    End Sub