Posts: 96
Threads: 41
Joined: May 2010
Reputation:
0
Hello guys, how can i remove the chat characters limit? i mean that now, when someone type a big text, the text cut and the half text is missing, how to remove this? thanks
Posts: 486
Threads: 15
Joined: Sep 2007
Reputation:
0
You can't. There is no way you can change the text limits. I'm sorry. What you CAN do however is the following:
Detect if a string is around 128 characters. If it is, create a second string and split the string into half, printing 2 lines.