Forum Navigation
You need to log in to create posts and topics.

Re: STR #

Posted by: rbrown <rbrown@...>

Terrald wrote:
> I am now trying to use the STR # idea for the first time. Could someone
> tell me if there is a limit as to how many elements can be placed in the
> resource.

Yes, there is. The first 2 bytes of a STR# resource contain a number
which tells how many strings it contains. So that number can go as high
as 32767 (or maybe even 65535, if the 2 bytes are interpreted as an
unsigned integer).

- Rick