Alright, i have an application in which the user inputs information into a rich textbox separated by enter spaces. Lets say i want to display all of that information once at a time in a message box.

Eg.
Code:
Foo
Foobar
Foobr
i want to do a messagebox.show each one of those individually except on a mass scale like 100. On a single button click.

maybe use a method so i could do something like "messagebox.show(showinformation());"

How could i go about doing this?

Thank you,

Pale.