??? 08/11/04 20:28 Read: times |
#75768 - 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++ ? Of course it should be ',' but some of us show the principle, rather than spending time to make darn sure the syntax is correct. After all we provide a free service. Erik |