So, here is my current issue: I simply want to save about 500 different strings.
My question then is what is the best way to do this?
All the strings are suppose to be loaded afterwards. The idea is that one label will be able to present all of these strings depending on the users previous input.
Do I really need to call a function 500 times or write 500 if-statements? Furthermore do I need to save this data 500 different times and if so what method is the best one to use?