02-16-2011, 03:29 AM
(This post was last modified: 02-16-2011, 03:31 AM by jsknight1969.)
did you check your "Action Call Properties"? You are using datasheets and you are probably set to "run all rows" instead of "one iteration". If you are set to "all rows" you will progressively run more and more iterations as your data sheet grows.
You don't seem to be changing rows on your datasheet. Do you mean for the For loop to only read the same row for values 3 times?
That is the only thing I can see that would cause this behavior. your code looks fine.
You don't seem to be changing rows on your datasheet. Do you mean for the For loop to only read the same row for values 3 times?
That is the only thing I can see that would cause this behavior. your code looks fine.