Hello,
This is more a variable scope question, but I have a timer being declared/started at the bottom of my app (after all the display and other stuff is declared). And I have a function (near the top) that needs to “cancel” the timer but it cannot cancel nil value error because the variable is not in the same area (?).
How can I solve this without making it a global? Or is making it a global the only way? [import]uid: 46343 topic_id: 18962 reply_id: 318962[/import]