So it looks like in all of the help documentation, Send and its derivatives automatically append a newline character after every bit of text you try to send.
As I sometimes like to use MUSHClient for serial applications using a COM port redirector, some of the applications I use don't wait for a newline to start executing stuff (i.e. A prompt asking for "y/n" will detect the "y" character and start executing instantly, and the extra return character starts wreaking havoc with default selections in an ascii menu system or selection).
Is there any way to send a string but trim off the tailing newline character(s)?
As I sometimes like to use MUSHClient for serial applications using a COM port redirector, some of the applications I use don't wait for a newline to start executing stuff (i.e. A prompt asking for "y/n" will detect the "y" character and start executing instantly, and the extra return character starts wreaking havoc with default selections in an ascii menu system or selection).
Is there any way to send a string but trim off the tailing newline character(s)?