|
-
Oct 10th, 2005, 08:48 AM
#2
Frenzied Member
Re: Counter Confusion
the problem is that you are nesting 2 loops
you are using while statament to read thru drAchGen and then you are using inside the loop another do while to read from the same drAchGen.
of course your problem is that the counter is located inside the inner loop so the outer loop overpasses the first count and then resume the next in the inner loop.
you should do only one loop, no need for nested loops on the same reader
rgds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|