Data types under the microscope: List

The List data type in AL language represents an ordered collection of objects that can be accessed by their index. Unlike an Array data type, a List does not have a fixed size and does not need to have its dimension specified when it is declared.

The List data type has several useful methods that can be used on its instances.

Source : Tomas Kapitan
Read more…