0 Members and 3 Guests are viewing this topic.
Oh yeah, you're right, I forgot to check if its archived Thanks for helping me find that problem!
Also, guys, if you have a bug in your program when testing and strange things happens, sometimes it's best to archive everything then do a RAM clear before debugging, because then you may continue getting errors or weird stuff happening. You may think it's the program being buggy again, but sometimes it's just the calc being messed up by your previous test.
.SCREENDiagnosticOff[FFFFFFFFFDFDFDFD]->Pic1ClrDrawDrawInvWhile getkey (doesn't equal symbol here) 15pause 100DispGraphVertical +For(A,0,95Pt-Off(A,0,pic1endPt-On(rand^96,A,Pic1end
alright. Err: UndefinedTribal said this compiled correctly in 2.4... I used 2.5Code: [Select].SCREENDiagnosticOff[FFFFFFFFFDFDFDFD]->Pic1ClrDrawDrawInvWhile getkey (doesn't equal symbol here) 15pause 100DispGraphVertical +For(A,0,95Pt-Off(A,0,pic1endPt-On(rand^96,A,Pic1end
91-sub(CS)
91-(sub(CS))
I think this is a bug. If not just tell me. The following fails to compile:Code: [Select]91-sub(CS)But this successfully compiles:Code: [Select]91-(sub(CS))