Len function

Len function

See Also         Example

Returns a Long containing the number of characters in a string.

Syntax

Len(string)

The Len function syntax has these parts:

Part Description
string Any valid String expression. If string contains Null, Null is returned.