Svidos29
28th May 2018, 11:09
Hi all,

how can i count the marked selected records, i tried actual.occ but it tells the selected row (not how many record i've selected)...how can i manage it?

Thanks
EDIT:

i finally find the predefined variable number.of.marks, it works fine!

mark_h
28th May 2018, 21:41
I was going to say I do something like this in one session, but forgot about the predefine variable.


for i = 1 to filled.occ
if(mark.table(i)) then
hold.occu = hold.occu + 1
do.occ(i,store_item)
endif
endfor