heres the problem;
some one inputs a 4 digit number e.g 1234
I stored it as a string and i have to display it in a messagebox like
-----------------------------
the digits are
1
2
3
4
------------------------------------
How?
p.s i know how to do trhe input box and display, but dont know how to put one answer on different lines?