0 Members and 3 Guests are viewing this topic.
when using files, the Y# has to be at the beginning of the statement.
opps your right... i use copy.Copy(Y1+(B*3), L1 , 10) would fail, whereCopy(B*3+Y1, L1 , 10) would work.
You know how the problem with error scrolling was the longest standing bug in Axe until a few days ago? Well I just discovered a bug that came into existence only 11 days after it and is now contending for the title! The bug involves printing tokens to the graph screen, which has apparently been broken since it was first added. The issue is that the routine feeds B_CALL(_Get_Tok_Strng) the token in hl, although the bcall actually reads the token pointed to by hl.
The 1 or 2 byte token POINTED TO is drawn at the current pen location. Notice how this is different than Disp. See Fix command for drawing details.
The fact that tokens could be inside of the app would need to be dealt with.