"LOCAL" variable in timer routine

Give it a try, it costs you nothing !
Post Reply
lyizb
Posts: 243
Joined: Fri Feb 12, 2021 8:23 pm
Has thanked: 122 times
Been thanked: 85 times

"LOCAL" variable in timer routine

Post by lyizb »

I note that you can't use "LOCAL" in a timer routine. It's not hard for me to rename the variables I have used (from a routine which I pulled from another program), but is there a reason why "LOCAL" can't be used within a timer routine?
User avatar
cicciocb
Site Admin
Posts: 2793
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 593 times
Been thanked: 1998 times
Contact:

Re: "LOCAL" variable in timer routine

Post by cicciocb »

LOCAL is only supported inside the SUB
Post Reply