preloader-matrix

Alfasith

X++ job using container


static voidIntro_For(Args _args)
{
Container names = [“Lay”, “Kai”, “Zbigniew”, “Rolf”, “Memed”];
Counter counter;
;
for (counter=1; counter <= conlen(names); counter++)
{
info(strFmt(“%1: Name: %2”, counter, conpeek(names, counter)));
}
}

Leave a Reply

Your email address will not be published. Required fields are marked *