This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
|
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static void conViewExample(Args _args) { container con; con = conIns(con, conLen(con)+1, ["Mazda", 2]); con = conIns(con, conLen(con)+1, ["Volkswagen", 1]); con = conIns(con, conLen(con)+1, ["Ferrari", 3]); conView(con); }