>What about global variables? I have a static int array (with 60 >elements) that is global and I think when my code accesses that array is >when POSE lets me know that I am doing something wrong.
Static local variables are actually allocated in global space. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
