D365FO – AX – X++ – Dynamics AX Tutorial – X++ Containers Functionality

Why Containers? In X++ (Object oriented programming language) the data or values stored in a Variable are of below types:Primitive dataTypes - int, str, real .... etc.Composite dataTypes - Arrays, Containers, Collection ClassesTemporary TablesFor instance,Primitive dataType variable can hold only 1 value and that too of same dataType, if you want to store 500 values then you … Continue reading D365FO – AX – X++ – Dynamics AX Tutorial – X++ Containers Functionality