Array maximums

Hi, what is the maximum number of objects within array of type text or string?

All arrays are, according to array.h, int32. So it should be; 2,147,483,647.

Thank you.