Closed Thread Icon

Preserved Topic: Error: Overflow -- what the? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18408" title="Pages that link to Preserved Topic: Error: Overflow -- what the? (Page 1 of 1)" rel="nofollow" >Preserved Topic: Error: Overflow -- what the? <span class="small">(Page 1 of 1)</span>\

 
Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 06-03-2002 11:16

What's an Overflow Error? (IE)

I'm screwing around with lots of multi-dimensional arrays and loops nested in loops. Then this. I've never come accross this kind of error before...

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 06-03-2002 12:05

Overflow error means that you exceeded maximum length of array (i.e. you tried to access element with index higher than array length, and it doesn't exist)...


Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 06-03-2002 12:10

Arrr... execelent! Thanks for that mr.maX, I should be about to sort it now.

« BackwardsOnwards »

Show Forum Drop Down Menu