haroldjclements
Well-known member
- Joined
- Jun 13, 2004
- Messages
- 46
Hello All,
Just a quick question. I have written a little app that lists the users in a database and the results are displayed in a ‘label’ on a form. My problem is that I can not create a line break, therefore I get results like this:
Harold Clements Dave Brown Iain
Smith Lee Cooper
Where I want:
Harold Clements
Dave Brown
Iain Smith
Lee Cooper
In traditional Java you have the ‘\n’ but in J# that creates a compiling error.
Any suggestions will be gratefully received,
Harold Clements
Just a quick question. I have written a little app that lists the users in a database and the results are displayed in a ‘label’ on a form. My problem is that I can not create a line break, therefore I get results like this:
Harold Clements Dave Brown Iain
Smith Lee Cooper
Where I want:
Harold Clements
Dave Brown
Iain Smith
Lee Cooper
In traditional Java you have the ‘\n’ but in J# that creates a compiling error.
Any suggestions will be gratefully received,
Harold Clements