Greetings: I'm unsure if this is possible.  What I'd like to do is have an edit control (created with GUICtrlCreateEdit) do a visual break with @LF instead of the full @CRLF.  Currently, if I put a string inside the control that has only a @LF without @CR, it does not visually break.  The trick is that I'm displaying text from an outside source and I need to use the line breaks as they are.  It works without the visual break, but it's a pain to look at or work wtih.  I'm having to copy the tex