0 Members and 4 Guests are viewing this topic.
Quote from: Freyaday on December 15, 2012, 02:10:42 amWhy would you ever have any reason to include the same program twice?So you'll never include the same program twice, so the fact that Axe lets you include the same program twice is not a problem.So I really don't get where is your problem
Why would you ever have any reason to include the same program twice?
In other news, Frey continues kicking unprecedented levels of ass.
Hey,I met a big bug for new 1.2.1 commandsI didn't have enough time to try all combinations, but [W/I/ ][H/V]Line(arg,arg,arg) never worked, and IHLine(X,58000,1500) clears RAM when program stops.For [W/I/ ][H/V]Line(arg) I had no matter
And ICircle(X,Y,R) bugs : the circle is cut into 4 or 8 pieces of circle when inverted, either on white or black : there are always 4 or 8 pixels missing.
Trying to make a program with a name that contains invalid characters (like lowercase letters) will sometimes flat-out not create a program instead of cutting off the name.
The error message for a too-large app is "ERR:MEMORY". It really should be something more descriptive, like say, "ERR:TOO BIG FOR ONE PAGE" or something.
:.RC2:"SILLY STRING"→Str1:length(Str1)→L:Disp L►Frac:det(L)→S:det(L)→C:0→T:L-1→M:For(A,0,M):InData({Str1+A},T)→D:If D≠0:.This line right here is the problem... :.It Also happens at the ^r character, which makes no sense to me.:{C+D}{^r}++→{C+D){^r}:End:Else:{Str1+A}→{S+A}:0→{C}{^r}:End:End:length(S)→L:L-1→M:For(A,0,M):Disp {S+A}►Frac:Disp i,{C+A}{^r}►Dec:End