Just checked, it works, but not as it should - even on same sequence, it always reads different values.

Code:
taki:
COUNT PORTC.4, 70, LABEL
if label=0 then
goto taki
endif
LCDOUT $FE,$c0, DEC(LABEL), "          "
PAUSE 5
GOTO TAKI