>It's my belief that 'me' is in the heap because it's declared 'static'.
Normally, as far as I know, static objects within functions are put in the global space. However, since you declare it inside a set of braces, it might be allocated on the stack. Does it retain it's value from invocation to invocation? Where's Ben Combee when you need him? Ben?............ Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
