Len()

Returns the length of the given string, binary, struct or array object

Usage

NUMERIC = Len( string )
Argument Summary
string string/binary/array/struct

Calling

Supports named-parameter calling allowing you to use the function like:

Len(
   string=?
);

Supports passing parameters as a structure using ArgumentCollection:

Len( ArgumentCollection={
   string : ?
} );