Can someone pls tell me what all the parameters of this TIMER funtion do pls.
SetTimer CBHNDL, 1, 500, BYVAL %Null
How can I use it to count down from 500m/s to 0 and sent something to a variable like true when done, or the number of m/s elapsed etc.
There is nothing in the manual about it.
------------------
Kind Regards
Mike
SetTimer CBHNDL, 1, 500, BYVAL %Null
How can I use it to count down from 500m/s to 0 and sent something to a variable like true when done, or the number of m/s elapsed etc.
There is nothing in the manual about it.
------------------
Kind Regards
Mike
Comment