Len()

语法

Length = Len(String$)
概要
Returns the character length of the string.

参数

String$ The string to use.

返回值

The character length of the string.

示例

  Debug Len("This is Art") ; will display 11

已支持操作系统

所有

<- Left() - String Index - Mid() ->