Tuesday, February 28, 2017

Iterate Container

Static void IterateContainer(Args _args)
{
            Container colors = ["Black", "White", "Red"];
            int        count;
           
            for(count=1; count <= conlen(colors); count++)
            {
                 info(strfmt("%1 - Color: %2", count, conpeek(colors,count)));
            }
}   

No comments:

Post a Comment

Happening

Upgrade from AX 2012 to Latest Dynamics 365 Finance and Operation

Below are the steps defined by sequence. 1. Create new Upgrade project in Dynamics LCS. 2. Create VSTS Project and connect it with L...

Trending now