ResourceStringCount

Declaration:
Function ResourceStringCount(TableIndex : longint) : longint;
Description:
ResourceStringCount returns the number of resourcestrings in the table with index TableIndex. The strings in a particular table are numbered from 0 to ResourceStringCount-1, i.e. they’re zero based.
Errors:
If an invalid TableIndex is given, -1 is returned.
See also:
SetResourceStrings (612), GetResourceStringCurrentValue (602), GetResourceStringDefaultValue (603), GetResourceStringHash (604), GetResourceStringName (605), ResourceStringTableCount (611),

For an example, see GetResourceStringDefaultValue (603)