E enonod Well-Known Member Licensed User Longtime User Jan 7, 2012 #1 In terms of speed alone with a subroutine that will be called say 50 time per second; is it better to declare a variable used in the sub, global, or local which results in a re-declaration each call?
In terms of speed alone with a subroutine that will be called say 50 time per second; is it better to declare a variable used in the sub, global, or local which results in a re-declaration each call?
Erel B4X founder Staff member Licensed User Longtime User Jan 7, 2012 #2 I don't think that you will be able to see any difference. Upvote 0