If you're saving string(s), a good exercise would be how would you separate each data, because strings are problematic because of that. If you're saving just numbers, you can save an array containing all the numbers, and is much easier to load later since you would only need an array to get the data and not doing weird things to see which data goes for what variable.