Posted inDynamics NAV & BC Tips & tricks
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.…