by Ti64CLi++ » 15 May 2018, 20:21
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
