??? 08/11/04 20:04 Read: times |
#75767 - RE: Need help with LED display Responding to: ???'s previous message |
for (count = NumberOfCols; count != 0; count++; colindex++)
Is that a legal syntax? (3 ; in for) Shouldn't that be count++,colindex++ ? |
??? 08/11/04 20:04 Read: times |
#75767 - RE: Need help with LED display Responding to: ???'s previous message |
for (count = NumberOfCols; count != 0; count++; colindex++)
Is that a legal syntax? (3 ; in for) Shouldn't that be count++,colindex++ ? |