It probably means that the code is using an object index that is greater than the number of objects on the form.
Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carmine Castiglia Sent: Friday, September 15, 2006 3:11 AM To: Palm Developer Forum Subject: RE: Fatal Alert: Line1594, Index out of range My educated guess: you are trying to access a non-existent array member. In other words, you have an array with 10 members and you are trying to access member #11 or a negative number. It'll definitely be something along those lines. That's what "index out of range" means. Carmine -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klemen Dovrtel Sent: Friday, September 15, 2006 3:16 AM To: Palm Developer Forum Subject: Fatal Alert: Line1594, Index out of range I get this alert "Emul68KCommon.c, Line:1594, Index out of range" when i test my programm on palm. What does this mean? Can i help myself somehow with this line nomber? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
