0 Members and 1 Guest are viewing this topic.
Maybe more in depth syntax checking with a plethora of more detailed descriptions and errors?
I noticed that Text( doesn't let me put text at the position that's one pixel away from the right border, even though I can do that in BASIC. Not sure if this is a limitation with the OS's b_call or if Axe accidentally checks one pixel too early...
Quote from: Deep Thought on October 09, 2010, 06:28:17 pmI noticed that Text( doesn't let me put text at the position that's one pixel away from the right border, even though I can do that in BASIC. Not sure if this is a limitation with the OS's b_call or if Axe accidentally checks one pixel too early...Pretty sure you can't do that in BASIC.EDIT: *Tests on calc* Yup, can't do it in BASIC either.
Yeah, it's a limitation with the TI-OS text routine. The only way to solve this is to write your own font routine using sprites
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.
Just found 1 bug. It seems impossible to Copy( anything with the archive as destination (Y1 for example).It gives the error file misuse.
yes, you can't write to the archive... you should unarchive anything you want to edit, and then archive it again, or copy it to RAM, edit it, and overwrite the existing filename, which will be handled by the OS.