Hi,
I am getting a false Warning #9 "Unused variable" in my program.
Here is a snipped that causes the warning:
The variable is used in the for loop and the warning point to the line "Dim rt as string". I'm using 5.50.
Best regards!
I am getting a false Warning #9 "Unused variable" in my program.
Here is a snipped that causes the warning:
B4X:
Dim rt As String
For i = 0 To 5
rt = "hello"
Next
Best regards!