Depending on what kind of data you’re storing you could either do what the previous poster suggested. However, if there is a lot of data, you may not want it all stored in one gigantic string. You could actually turn your code above into a function and just call that function when you want to print it. That way you can format it nicely, maybe in a table…