"LOCAL" variable in timer routine

Give it a try, it costs you nothing !
Post Reply
lyizb
Posts: 310
Joined: Fri Feb 12, 2021 8:23 pm
Has thanked: 162 times
Been thanked: 117 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: 3240
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 646 times
Been thanked: 2284 times
Contact:

Re: "LOCAL" variable in timer routine

Post by cicciocb »

LOCAL is only supported inside the SUB
Post Reply