so I have an appvar that is 100 bytes big, and excluding the first and last bytes, it's filled with zeroes.
Why doesn't this code works?
Lbl INV
0→D→E→F→G+80→H
---Drawing stuffs---
Repeat F
!If {W+H+G}
Text(23,24,"1)-------
0→D
End
DispGraph
getKey(54)?1→F
End
Return
It should display 1)------ but it won't.
I tried both zooming and peephole optimizing but neither of them worked.
help?