Page 1 of 1

Console Messenger CRLF issue

PostPosted: Fri Mar 14, 2025 4:54 pm
by UMO
I would like to use Console Messenger to send a message with text from an external file. I used the command from the example on https://nsoft-s.com/en/mcserverhelp/myc ... enger.html - parameter /msgfile="c:\messages\file17032019.txt"
The content of MsgFile is 4 lines of text:
----
Hello
this is
multiline
message
---

After running the command, the user sees this text, but each line ends with [CRLF], and the whole sentence is on one line, like this: Hello[CRLF]this is[CRLF]multiline [CRLF]message[CRLF].

My suggestion is to not display [CRLF] in the application's message window. Then the output text will be similar to the input text stored in the external MessageFile file and will be more user-friendly.