double digit counter
w. williams
Posts: 9
does anyone know the code for·a double digit counter.· the website only offers the code for a single digit counter. thanks for the help.
Comments
Also, can you be more specific about a two digit counter?
Exactly what are you trying to do?
if OnesPlace = 9 then addTen
addTen:
OnesPlace = 0
TensPlace = tensPlace + 1