Is anything wrong here? It keeps crashing on the second run from TI-OS, and the Axe app crash after running this.
Code:
P is a pointer pointing to an AppVar.
Guess Q is too large.
Code:
0->S->T->X+1->Y
ClrHome
GetCalc("appvTEMP",2000)->Q
!If Q
Fill(Q,2000,0)
For(A,0,length(P))
If {P+A}=10
T++
0->S
Else
Copy(P+A,80*T+Q+S,1)
End
End
Else
End
Disp P
Repeat getKey
End
ClrHome
Disp Q
Repeat getKey
End
ClrHome
P is a pointer pointing to an AppVar.
Guess Q is too large.