Hello!
I am currently working on a mini-game for the TI-83 series, but had a question with Strings. I saw on another program that You can have a user input a string in which allows for saving names. I wanted to save player's names for high scores, but I do not want to use a single string for each name as there are only 10 strings allowed on the calculator.
My plan was to save each name onto a single string, but I am not sure how to add substrings into a single string. If that was unclear, then maybe this will explain it. One string (Str0) is set aside as the string that the high scores will be displayed on. Another string (Str9) is the one that the player will type there name into. Then, Str9 will be inserted into Str0 in the appropriate place. So Str0 might be "Alpha Teach Utube". Then Str9 received the second best highscore thus Str9 is moved into Str 0 and that string becomes "Alpha Johan Teach".
This is probably really basic, but I hope its not an annoyance to answer !
-Alpha
I am currently working on a mini-game for the TI-83 series, but had a question with Strings. I saw on another program that You can have a user input a string in which allows for saving names. I wanted to save player's names for high scores, but I do not want to use a single string for each name as there are only 10 strings allowed on the calculator.
My plan was to save each name onto a single string, but I am not sure how to add substrings into a single string. If that was unclear, then maybe this will explain it. One string (Str0) is set aside as the string that the high scores will be displayed on. Another string (Str9) is the one that the player will type there name into. Then, Str9 will be inserted into Str0 in the appropriate place. So Str0 might be "Alpha Teach Utube". Then Str9 received the second best highscore thus Str9 is moved into Str 0 and that string becomes "Alpha Johan Teach".
This is probably really basic, but I hope its not an annoyance to answer !
-Alpha