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
string tn
integer count
string szline
fopen 0 "tnb.wud" read
while not feof 0
SZLINE = "1"
fgets 0 szline
strtok tn szline "," 1
set txpace 50
transmit "idu "
mspause 2
transmit tn
mspause 1
transmit "^M"
count += 1
endwhile
fclose 0
call main
endproc