This blog is contains coding reference related to Microsoft AX 2012 and D365 finance and operations and Power platform
{ List il = new List(Types::Integer); il.addStart(1); il.addStart(2); il.addStart(3); if (il.elements() != 3) { print "Something is wrong..."; } }
icon by Icons8
No comments:
Post a Comment