Hi, I created a scripts that will hold an array with a values came from database.
My total rows have reached up to more than 50 thousands of records.
So my array length have reached that size.
The problem is when am trying to get the last value of this array, it returns me a null value or empty.
Can somebody tell me if there is a maximum limit the array can hold?
My total rows have reached up to more than 50 thousands of records.
So my array length have reached that size.
The problem is when am trying to get the last value of this array, it returns me a null value or empty.
Can somebody tell me if there is a maximum limit the array can hold?
Comment