06-02-2023, 08:19 PM
and ironically Option _Explicit makes no difference in the example Dimster gave us
Code: (Select All)
'Option _Explicit ' <<< try this with and without comment, no difference
Const i = 1
for i = 1 to 10
print i
next
b = b + ...