A For loop can only get "bypassed" if it is told to run zero times by either connecting a numeric constant or control to the "N" ternimal with a value of zero on the upper left corner or by connecting an array with no elements to the border with auto indexing on.
Either of these conditions would cause the For loop to not execute any iterations. This would also cause the iteration value to be zero.
If you have both an auto indexing array and a numeric value connected to the For loop, it will execute the number of times of the lower number.
Without seeing your code, it's hard to guess what might be going on, but this might give you a bit of clue as to where to start looking for the problem.
Ed
Message Edited by Ed Dickens on 02-25-2005 12:26 PM

Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.