If you use the 'single' method for your editbox, you cannot display more than one line, the script simply concatenates all the lines into one big line.
The problem is that if you don't want the lines to be sent and if they cannot be seen in the editbox, what should it do? Doing what the script is doing is not really a good idea, what you want is really the 'automatic' mode. In fact, the automatic feature does allow you to get a single line editbox just like in 'single' mode, it's just an improved version, it only expands to welcome more lines if needed.
Last edited by Wims; 23/07/14 12:39 AM.