|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/13/2009 2:49:30 PM
Posts: 5,
Visits: 14
|
|
I am trying to create a text box to display all the data from a data base and I can't figure out how to get a line break inbetween each record. It just keeps puting them all together and dosen't go to the next line until there is no more room on the previouse line. What should I do?
Christopher J. Crandall
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 11/11/2009 6:46:14 PM
Posts: 83,
Visits: 111
|
|
| put a "/r/n" where you want your linebreaks when you are building your string.
|
|
|
|