Ti64CLi++ wrote:An other problem :
With the new appvar (in v2.1.3.0 and later), there are some spaces between items in Trace menu.
I don't know if you understand, but I can't explain better
There are blank lines between some items in Trace menu
Edit : and an other bug : icon and description don't work in version 2.1.3.0
Yep, that's on purpose.
Ti64CLi++ wrote:I had an other problem :
I stored"Save 0"
in Str0, and I tried to display a list, with 7 save, from save 0 to save 6. To do that, I did this code:
- Code: Select all
"Save 0"->Str0
For theta,0,6
Output(2+theta,3,Str0
|E30+theta+1->*{Str0+5}
End
(The |E is the scientific E)
But, after I compiled it, he displays me something wrong, like Save!# on the first line, then Save!n, with n the good number, from 1 to 6.
But I didn't change the offset 4 of Str0.
And, because of that, my program doesn't work. When I open an appvar, named Appvarn with n the number chose before, then I store something in this appvar, but if later, I try to open this appvar, and to read whatever there is in this appvar, and I display the number got before, it's not the good number
And it's an appvar for a level, in a game I want to publish soon
Only displaying is wrong, but it actually does modify the 'save number'. I will fix this again
