mreynholds
Technical User
Can anyone help me with a function that starts a timer? Crudely, I'm looking for something like:
Many thanks
Code:
function(){
starttimer;
if (timer == 5 seconds){do xyz}
}
Many thanks