Table of Contents

Length (Function)

Format

length( string_expression )
length( array )
length( map )

returns integer_expression

Description

Returns the number of characters in string_expression, the number of elements in a map, or the number of values in an array.

NOTE: The length function returns the total number of items in a two dimensional array (rows * columns).

See Also

2016/01/01 22:42