Hi Mike,

the solution for my problem (Counting the entrys of an entry) looks like this:

 it_array[0] = 1;
 it_array[1] = 3;
 it_array[2] = Null; 
 it_array[3] = 3;
 
zl_1 = 0;
it_vergleich = Nz(it_array);
zl_1 = Cum(it_vergleich);

the zl_1 array may look like this :
zl_1[0] = 1
zl_1[1] = 2
zl_1[2] = 3
zl_1[3] = 4


well thanks for your effort ...


Reply via email to