Well here is the code for it. From what _player said I don't see anything that would reset it. I'm just using pxl-Test( though.
This code is the faulty code:
"_→Str1
ClrHome
ClrDraw
AxesOff
FnOff
Prompt X,Y,W,H
Recall 1
For(A,Y,H-1+Y
For(B,X,W-1+X
Str1+sub(" Θ",1+pxl-Test(A,B),1→Str1
End
End
sub(Str1,2,WH→Str1
This code works:
"_→Str1
ClrHome
ClrDraw
AxesOff
FnOff
Prompt X,Y,W,H
Y→C
Recall 1
For(A,C,H-1+C
For(B,X,W-1+X
Str1+sub(" Θ",1+pxl-Test(A,B),1→Str1
End
End
sub(Str1,2,WH→Str1