04-26-2011 05:33 PM
Hi ,
Could anyone please suggest me what's wrong with this as marked in the attachment.
My goal is to measure every loop count and display those numbers in the indicator as shown.
Please respond quick.
Thank You.
04-26-2011 05:44 PM - edited 04-26-2011 05:45 PM
Hi,
If you put the indicator inside of the loop then it will continuously update. Because it is outside of the loop, it will update with the final iteration count when you exit the loop.
Thanks,