I have dimensioned a program.
After changes, I thought that dimensioning was no longer required and commented it out.
No error is displayed, although this parameter still exists in the program.
No error is displayed when compiling, the program is compiled and is executable. The parameter is not taken into account in the running program and therefore leads to incorrect results.
Is that normal ?
Greetings strupp01
B4X:
Dim Dargestellter_Monat_rechte_Seite_Ticks As Long
After changes, I thought that dimensioning was no longer required and commented it out.
B4X:
' Dim Dargestellter_Monat_rechte_Seite_Ticks As Long
No error is displayed, although this parameter still exists in the program.
No error is displayed when compiling, the program is compiled and is executable. The parameter is not taken into account in the running program and therefore leads to incorrect results.
Is that normal ?
Greetings strupp01