Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
proc main
integer iCount
string sCount
for iCount = 1200 upto 1999
waitfor "NPA "
itoa iCount sCount
transmit sCount
call stepto
endfor
transmit "End^M"
endproc
proc stepto
beep
set txpace 40
endproc