WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: nickedw on January 31, 2014, 12:20:23 PM

Title: Test with @LF does not break in EditBox
Post by: nickedw on January 31, 2014, 12:20:23 PM

I am joining lines of text to display one below the other by inserting an @LF at the end of each line.  When i use an editbox or multiline edit box, the lines do not break on the @LF. Debugging with a message shows the line segments correctly as separate lines of text. How can i do this?


Title: Re: Test with @LF does not break in EditBox
Post by: Deana on January 31, 2014, 12:53:53 PM
It appears that you will need @CRLF, instead.