String size

BlitzPlus Forums/BlitzPlus Programming/String size

Jeroen(Posted 2003) [#1]
Hi!

How big may a string in Blitz be, (amount of characters). I got the feeling my application crashes when this limit is reached. I place the text in a listbox.

Jeroen


WolRon(Posted 2003) [#2]
I believe it's 32bit, so 2,147,483,648.
At least it is for files.


Jeroen(Posted 2003) [#3]
darn that is big, I think the problem is not the sting size.
Now and then blitscc.exe crashes, without giving me further notices