Hi guys wanted to ask some help on how I can update how many seconds left just like Yggdrasil Berry.
on an example:
dispbottom "Please wait " + callfunc("Time2Str", gettimetick(2)+.@Delay)"
this is what I got problem is it only shows the set delay = 10 seconds
"Please wait 10 seconds."
how can i make it like when they click it, it will update how many seconds remaining like:
"Please wait 10 seonds."
click again. "Please wait 9 seconds." and again "Please wait 8 seconds.";
on an example:
dispbottom "Please wait " + callfunc("Time2Str", gettimetick(2)+.@Delay)"
this is what I got problem is it only shows the set delay = 10 seconds
"Please wait 10 seconds."
how can i make it like when they click it, it will update how many seconds remaining like:
"Please wait 10 seonds."
click again. "Please wait 9 seconds." and again "Please wait 8 seconds.";