We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Array Indices (Read 984 times)
Array Indices
Apr 6th, 2010, 1:57am
 
Using both ArrayLists and fixed size Arrays I have recently run into the error message of "index too big". What is the actual size limitation of Array-indices and how can one overcome the problem if really large arrays are needed?
Re: Array Indices
Reply #1 - Apr 6th, 2010, 4:49am
 
Can you show the exact error?
Re: Array Indices
Reply #2 - Apr 6th, 2010, 4:57am
 
Will have to check at my other PC in the evening. So there shoudln't be a principal limit?
Re: Array Indices
Reply #3 - Apr 6th, 2010, 6:22am
 
The limit is probably bigger than your memory...
Re: Array Indices
Reply #4 - Apr 7th, 2010, 12:25am
 
Checked it yesterday and it indeed was a mistake in my code in one of the loops  Embarrassed. Topic closed then.
Page Index Toggle Pages: 1