Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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 IainSmith Lee CooperWhere I want:Harold ClementsDave BrownIain SmithLee CooperIn traditional Java you have the ‘\n’ but in J# that creates a compiling error.Any suggestions will be gratefully received,Harold Clements
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,