Use of the LENGTH keyword to find the number of items in a list

The LENGTH keyword returns the number of items in the specified list.

The following example would return the number of items in theAllEmployees list.

eval( int, 'LENGTH( &AllEmployees )'