Hi all,
can someone verify/describe the operation of the fn wait(x) function?
I have a form and once i click on the form the result of the function
is the x coordinates of the last tap. However, tapping the form does
not stop the delay function (i used smt like fn wait(20) to wait 20
seconds)and every single call thereafter returns that original tap
position (no other tapping occurs).
What i thought this function does is that it inserts a delay in
seconds and that delay is interrupted only if a tap occurs. I was
expecting the tapping state of the form to be resettable on every
function call..
Any comments?
Many thanks.