Why not a for loop if you want 200 iterations?

Can you write some code or pseudo code showing what you want to do?

Perhaps this:


int lpCnt = 0;
while(true) {
lpCnt++; // count the...