Johnathan Smith wrote:
> 
> My palm keeps giving me the following error
> 
> DataMgr.c Line:9573, index out of range
> 
> How can I fix it?
> 

Are you working with arrays?

Example:

.
.
int ExArr[10], Aux;

Aux = ExArr[10]; // Here you will get an error (the last position is 9)
.
.
.




> __________________________________________________
> Do You Yahoo!?
> Make a great connection at Yahoo! Personals.
> http://personals.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to