a couple of guesses:
1) You didn't allocate memory to the array elements so its pointing to some
other variable's memory
2) You didn't allocate enough memory to an element in the array and you
wrote over another variable
3) You didn't allocate enough memory for another variable that its stomping
your array




-- 
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