In Xojo an array is limited to being no more than 2 billion entries (2,147,483,646
)
But arrays are documented as using integers which, in a 64 bit world, should be a LOT more entries than this.
When this post was written the documentation isnt clear about what the maximum size of an array IS.… Read the rest