07-08-2008 04:46 PM
Absolutely agree with Altenbach. You can't "skip" elements in an array. The first one is zero.
I was looking at your code and I was trying to figure out what it does or supposed to do. Why all the boolean shift registers to the left and they are all being ANDed together.. Are you trying to find if one single value is False? Could you build an array ot the result and then use the "AND array elements"?
Similar question concerning the math.
Just curious..
R
07-08-2008 04:51 PM
07-09-2008 01:48 PM
07-09-2008 01:56 PM