That is not the issue. You assume that the comments are all on one line, but they are not because they are being hard word wrapped.
The issue is players are sending in very long lines like:
GMail hard wordwraps (read: inserts a \n) after about 80 characters, thus making the line:
The first line is still a comment, the second line is not. There is nothing I can do on my end. I've been urging the players to send me an attachment instead, and most everyone is except those who are plagued by this problem haha.
Don't do that, that is a bunch of extra work. Just put the orders in a txt file using Notepad and send it as an attachment
The issue is players are sending in very long lines like:
Code:
; this is a very very long line that is more than XX characters in length whoop dee doo
GMail hard wordwraps (read: inserts a \n) after about 80 characters, thus making the line:
Code:
; this is a very very long line that is more than XX characters
in length whoop dee doo
The first line is still a comment, the second line is not. There is nothing I can do on my end. I've been urging the players to send me an attachment instead, and most everyone is except those who are plagued by this problem haha.
(04-06-2011, 11:21 PM)Wolvar Wrote: OK I will make sure I strip out all comments from future orders. Don't want to make your job any more difficult
Don't do that, that is a bunch of extra work. Just put the orders in a txt file using Notepad and send it as an attachment