0 Members and 2 Guests are viewing this topic.
something strange going on here. It's not really a bug I thing, thoug it's some kinda error.In one program I save 2 pics to an AppVar, and in another one I try to use them as Pics, which isn't really working for me.here is my source:--snip--
:Copy(Pic0,{L6},756):Copy(Pic1,{L3},756)
:Copy(Pic0,L6,756):Copy(Pic1,L3,756)
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
yes, it allways does.
:{3,2,1→{L3}:{5,4,2→{L6}
C►Char→AnsThe parser (0.3.1) gives me a 'bad symbol' thing then gives 'unknown err' 'code: 3A24553'.Is there a table or document anywhere describing what the different error codes mean?And why won't it compile?
Disp C►CharC→Ans
Quote from: LordConiupiter on June 23, 2010, 05:00:30 pmyes, it allways does. You mean if you type {L3} into the editor and then export as .8xp, it's {L3} on the calculator, not L3? That's not right....Edit: I couldn't replicate your issue. I put this source into SourceCoder, and receive the following .8xp file (attached). Also, please update me with a response in this Cemetech topic, since I don't visit here often:http://www.cemetech.net/forum/viewtopic.php?p=100793#100793Code: [Select]:{3,2,1→{L3}:{5,4,2→{L6}
.TESTClrDrawClrHomeDiagnosticOff"Press 4-8->Str1Disp Str1,i0->SRepeat SIf getKey(19)6->S:EndIf getKey(27)5->S:EndIf getKey(28)8->S:EndIf getKey(35)4->S:EndIf getKey(36)7->S:EndEndDisp S>Dec,iPause1000
:.PRGTWO:"vGNTPICS→Str1:GetCalc(Str1→P:conj(P,L6,756:P+756→DispGraph:Repeat getKey(0):DispGraph^r:End
:.PRGTWO:"vGNTPICS→Str1:GetCalc(Str1→P:conj(P,L6,756:StorePic:conj(P+756,L6,756:Repeat getKey(0):DispGraph^r:End