int counter=0; int Field_One=0; bool end = false selection[0]= mpset->First_Field mpset->MoveFirst(); While(!end) { if(selection[counter] >0) { Field_One++; } mpset->MoveNext(); end = mpset->IsEOF(); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)