12-06-2007 11:53 AM - edited 12-06-2007 11:55 AM
12-06-2007 12:07 PM - edited 12-06-2007 12:10 PM
A FOR loop iterates as many times as...
You have an autoindexing tunnel containing an empty array (from the unititialized shift register!), thus the iteration count will be zero. 🙂
It's not really a question for old timers. This behaves the same even in 8.5 and is correct and expected. 😄
12-06-2007 12:10 PM
12-06-2007 12:25 PM - edited 12-06-2007 12:28 PM
Thanks guys, I just noticed that myself too.
But shouldn't the for loop have operated correctly if I wired a constant to it's loop count terminal?
12-06-2007 12:33 PM
It already IS operating correctly! As I said in my post, the smallest value determines the iteration count. 😄
RTSLVU wrote:But shouldn't the for loop have operated correctly if I wired a constant to it's loop count terminal?