Hey guys

Hey guys,

I had problems trying figure out how much I could enlarge an array on 32-bit, I've tried that (http://stackoverflow.com/questions/985015/max-length-for-a-dynamic-array-in-delphi/985112#985112) but I got RangeError using this value as the length.

In Java I can have an array with at most 2147483639 items.
In .NET I can have an array with at most 2146435071 items.
But in Delphi I was not able to catch this value :(

I need this value in order to prevent array overflow in a fashion way.

Can anyone help me? :D

Thanks a lot. 
http://stackoverflow.com/questions/985015/max-length-for-a-dynamic-array-in-delphi/985112#985112

Comments