0 Members and 2 Guests are viewing this topic.
So, say a certain person tried to make a program on their calculator in Axe, but when they made the main loop, they failed at the GetKey= statement and can't quit their program.What should I, I mean they, do?
Also is Text(x,y):Text "Strings" smaller than Text(x,y,"Strings")?
So, say a certain person tried to make a program on their calculator in Axe, but when they made the main loop, they failed at the GetKey= statement and can't quit their program.
Quote from: macweirdo on November 20, 2011, 09:42:08 amSo, say a certain person tried to make a program on their calculator in Axe, but when they made the main loop, they failed at the GetKey= statement and can't quit their program.Make sure your getKey values are Axe keycodes, not BASIC keycodes: http://www.omnimaga.org/index.php?action=ezportal;sa=page;p=21
Why is this not stickied anymore?
Quote from: Darl181 on November 20, 2011, 12:54:20 amAm I doing this right?"appvBLARG"→Str1GetCalc(Str1,123)→oVAR255→oVAR!If oVAR-255.if equal to 255Disp "Yay"ElseDisp "Noes"EndI thought it would be more like"appvBLARG"→Str1GetCalc(Str1,123)→oVAR255→{oVAR}!If {oVAR}-255Disp "Yay"ElseDisp "Noes"EndSince you treat appvars like areas of free RAM. I'm not certain though.
Am I doing this right?"appvBLARG"→Str1GetCalc(Str1,123)→oVAR255→oVAR!If oVAR-255.if equal to 255Disp "Yay"ElseDisp "Noes"End
so the oPTR is the physical location of it, just plain PTR references the contents?
[181842424242423C]->GDB0[01]Str00Str10
:5->A:text(25,25,0 and A>Dec)
I'm trying to find how to put two 'things' together. Like:Code: [Select]:5->A:text(25,25,0 and A>Dec)I want "05" printed. What must I do, if this is possible? Thanks in advance.
Text(25,25,'0','0'+A)