So, I want to make a timer in the class module, placed in Class_Globals.
every time a class module initialized from main activity, what happens is the timer object increases, not use previously timer object. is timer not suitable when used from within a class module?
Thank you
every time a class module initialized from main activity, what happens is the timer object increases, not use previously timer object. is timer not suitable when used from within a class module?
Thank you