Axapta : Array object


array i;
int n;
;

i = new array(types::String);

i.value(1,"1.");
i.value(2,"2.");
i.value(3,"3.");
i.value(4,"4.");


for(n =1; n <= i.lastIndex(); n++)
print i.value(n);

Comments

Popular posts from this blog

PHP และ MySQL กับการแสดงผลภาษาไทย

ตั้งเวลาเปิดพัดลมให้แมวด้วย Python กับ DHT11

Set IP from command line