ARRAY LIMIT

Hi -

Does anyone know what the limit is on the number of elements that can be in an array?

There is no hard limit… Of course, you will eventually reach a practical memory limit.

–Kevin

Thanks Kevin!