I tried this way, but...the timer stop counting (so, I can't display 5 sec. IN and 5 sec. OUT) and the reading of sensor(s) it's not continous....like in my "original" code ...
I want to read permanent the sensors (for sensing the variation of temperatures) and display the temperature, 5 seconds from first sensor, the next 5 seconds from second sensor, so on, so on ....
Otherwise I can write the code like this :
" display temperature 1
pause 5000
display temperature 2
pause 5000
goto loop "
which is not a good option ...