Hi
I have a project which involves calculating text and values and entering the result as a line in a listbox. - works fine.

My problem is to add the same data into a textbox or similar with each result displayed on a new line.

Adding chr(13) inserts '|' into the text string but does not insert a new line.

Any suggestions please