07.02.2013, 18:42
I wouldn't say it's a huge problem, no. You should be okay using a few larger-strings here and there. It's just a bad coding practice IMHO, but you have to do what you have to do!
You mentioned PM's being longer than 128 characters... Keep in mind that the text-area can only support a total of 128 characters per each time you use SendClientMessage(). So, supporting 200 cells is useless as 72 cells would never be used.
You mentioned PM's being longer than 128 characters... Keep in mind that the text-area can only support a total of 128 characters per each time you use SendClientMessage(). So, supporting 200 cells is useless as 72 cells would never be used.