how to order five counters?
Posted: Thu Jun 26, 2014 11:28 am
I have five 5 counters, a, b, c, d, e they are count a=a+1 etc., I have them to read the times that I click in several buttons, but I want order the buttons more used, I have the doubt to use the classic system if a>b, if a>c, etc, If b>c, etc., etc., there is method more fast and without so code with "if" instruction.