0 Members and 7 Guests are viewing this topic.
Z->input
"Static data can be stored to variable pointer."How exactly does this work?
"0123456789ABCDEF"→A
"0123456789ABCDEF"→Str1Str1→A
Is there an Input command, I heard DJ saying it was something likeCode: [Select]Z->inputBut maybe I misunderstood :S
You can now do:Code: [Select]"0123456789ABCDEF"->AInstead of having to previously have done something like:Code: [Select]"0123456789ABCDEF"->Str1Str1->ATHIS IS AWESOME! You can now have more than 10 pictures! Also works for strings, right?But maybe I misunderstood :S
"0123456789ABCDEF"->A
"0123456789ABCDEF"->Str1Str1->A
Runer, thank you. IMO it would read better as "Inline strings now work for storing to variables" Edit: On a completely unrelated note, I noticed that the manual still says "Not Reasonably" for editing ASM on-calc. Might want to change that
It's not important; it's just something I noticed
Text(0,,"Hi")
"Hi"->Str1:Text(0,,Str1)
DelVar can be used to help avoid Max Symbol, if I understand right.