As far as I understund the FOR loop will never executed, because of array lenght 0. This means Numeric value out is never assigned any value. But how do you know numeric out is 0? It can be anything by chance in the range of an integer? Is there a LabVIEW rule for outputs for LOOPS with zero iterations? Or is there a default for never assigned output values? (Sorry for my limited English Grammar 😉
There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Remembering that FOR loops are lasy (they will always go for the least number of iterations) and that if they iterate 0 times that default values are passed to any output tunnels.