Bug? B4A v9.0 BETA Unused variable warning for non-existent variable!

agraham

Expert
Licensed User
Longtime User
Various Subs in one of my code modules in a project are giving this warning.

Unused variable 'ba'. (warning #9)

None of them have a variable called 'ba', especially this one I just typed in which shows the warning!

B4X:
Sub SomeSub
End Sub
 
Last edited:
Top