{
List il = new List(Types::Integer);
il.addStart(1);
il.addStart(2);
il.addStart(3);
if (il.elements() != 3)
{
print "Something is wrong...";
}
}
This blog is contains coding reference related to Microsoft AX 2012 and D365 finance and operations and Power platform
Showing posts with label How to get the number of elements in the list in AX. Show all posts
Showing posts with label How to get the number of elements in the list in AX. Show all posts
Thursday, April 22, 2021
How to get the number of elements in the list in AX
Subscribe to:
Posts (Atom)