LEN

This command will return the number of characters in the string provided.

  Syntax
Return Integer=LEN(String)
  Parameters
String
String
The string the command will use

  Returns

The value returned is the length of the specified string

  Description

Non-printable control characters and blanks are counted.

  Example Code
PRINT LEN("hello world")
WAIT KEY
  See also

TEXT Commands Menu
Index