Basically, I have a list with multiple items in it and I want a single message box to display them all.
The closest I have got is a message box for each item (using
simply you need to make a for loop for example:
string total =""; for(int i =0; i