Previous Topic

Next Topic

Len - MaxBasic Function

Len(String: String): Number

String length. Returns a number containing the length of String.

Len function syntax has these named arguments:

Parameter

Description

String

Required. String to return the length of.

Sample code:

  Print Len("Antidisestablishmentarianism")

Returns: 28

See Also

String Functions

Book Contents

Book Index