Quote:
|
Originally Posted by BradAMiller
There might be better ways of doing this without global variables if you were hand coding in C, but this will solve the problem easily in EasyC.
Hope this helps.
|
Thanks again guys. I dunno how we got through last year. We must have used all globals and didn't know it. I don't remember this "rule" when programming in C. But now I will never forget and neither will my programmers. BTY, it works like a champ now using globals. Looks too messy to try and do with an array in EasyC, or even doing your own structures...It doesn't look like EasyC support structures, but I did see something in the help on Arrays, we need to read up on that...
Again, thanks a bunch.