Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
I had some similar problems before, I can't really remember what I did to fix it. Maybe theres a limit to the formatting after a set amount of characters. Just guesswork.
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
In the amount of embedded colors, there is no limit, the limit is in the string size. We all know that there's a limited string size to be displayed on the screen (somewhere around 144 characters), but the embedding code actually counts as more characters, just not seen in the screen as characters themselves.
Take this example:
"(ffffff)This is a white text."
"This is a white text".
The one in the bottom has lesser characters than the former, so if you add many colors it will eat up the character size, disallowing you to use too many real characters to be shown in the screen.
Posts: 985
Threads: 13
Joined: Sep 2011
Reputation:
0
Maximum string size to be displayed is "128". It should atleast show me like half of the text if the string was smaller, but it doesn't.
Posts: 381
Threads: 19
Joined: Oct 2011
Reputation:
0
I run some strings with 256 chars, they work fine. It also matters if you have a (too big) resolution.