AX container Example

static void conInsExample(Args _args){    container c;    int i;    ;
    c = conIns(c,1,"item1");    c = conIns(c,2,"item2");    c = conIns(c,3,"itemXXX");    for (i = 1 ; i <= conLen(c) ; i++)    {
        info(strfmt('%1', conPeek(c, i)));
    }}


ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

เริ่ม ต้นเขียนโปรแกรมกับ กับ X++

date Functions Axapta X++