BASICHELP.HLB  —  LEN
  The LEN  function  returns  an  integer  value  equal  to  the  number  of
  characters in a specified string.

  Example

  Length% = LEN(Alpha$)

1  –  Syntax

      int-var = LEN(str-exp)
Close Help