Hi,

I have a resource file with x number of strings.

I need to pull out single strings in a random order, so I obviously need to know how many strings are in the .rc file at any given time.

How do I find the number of strings stored from within my code?

Thanks.