QUOTE(DEAD)
I know that with Draft I can have more than 1024 strings. But is there any real limit for these. Can I actually have like 3000 or 5000 strings in map?
You could have that many if they were small enough, like 10-20 characters long.
QUOTE(DEAD)
Will Draft give me errors when I have such a big number of them?
If you do manage to pass the string limit, Scmdraft2 will not tell you. It is a problem, though.
When I tried going over it, saving caused a crash.
QUOTE(Tuxedo Templar)
There's a character limit of 65536 I believe. You can have as many strings as you want as long as they fit within that limit.
That's almost right. Difference is that each individual string takes up 3 bytes by default. 2 for the offset, and 1 for the null character at the end.
So, when you make a string that says "Word", it's not using up 4 bytes, it's using up 7.
QUOTE(Tuxedo Templar)
Staredit strings are 64 characters max I believe. 64 x 1024 is about 65536, and hence the limit.
StarEdit will let you make 1024 character long strings. (the null character is added automatically, so you actually only get to enter 1023 characters)