This is probably a way to complicated question, but I have this list which I can add text to and I can scroll through it and so on, I was thinking about using this as a score list so whenever someone plays the game and gets a score it’ll be saved to that list (it’ll automatically make a new “tab” in the list which displays the score) so the list will just extend itself automatically. What I’m asking is: how do I make the scores pop up in the list? I don’t need a saving system and all that, I just want to know how to make the scores come up in the list. Do I need to make an array or something? (I hope this made sense and that somebody has the time or knowledge to answer it)
Using list would be easier, you can add/remove list items easily.
So first add items to the list (you can sort the list also if needed)
then output each item into your textbox.