Strings larger than 1023 character causing crash

hey there,

with a lot of help from Houston850 ive build my ServerUI.

now i have the following problem:

iam pulling txt from GUS.ini and replicate it, to set it into a textblock in a widget.

http://fs5.directupload.net/images/user/170520/temp/k5u7zqud.png

http://fs5.directupload.net/images/user/170520/temp/iuosibxt.png

now, if the txt in GUS.ini is larger than 1023 character, the server is going to crash. in PIE its printing “string too large” error.

there must be a way to bypass it without splitting in a second textblock.

i hope u could help me :slight_smile:

Greetings

Doncamillo

2^10 = 1024. Could be a 10-bit limitation with something.

got a solution.

go the way via an array:

http://fs5.directupload.net/images/user/170526/temp/4zdeklu3.png

http://fs5.directupload.net/images/user/170526/temp/956oetg6.png

http://fs5.directupload.net/images/user/170526/temp/z56wxvz9.png

http://fs5.directupload.net/images/user/170526/temp/dfyrl9ov.png