to see how much time has passed, while he has to input some Information.
The seconds functions is useful for this I'm guessing but I can't seem to find a
way to use it right.
Code: Select all
On Opencard
put 20 into x
repeat until x = 0
subtract 1 from x
wait 1 sec
put x into fld "Counter"
end repeat
end Opencard