From: "Paul R." <[EMAIL PROTECTED]> > > MemSet(argvP, sizeof(argvP), 0);
I'll play: MemSet(argvP, sizeof argvP, 0); and say that if argvP is an array of pointers, it's badly named. The "P" makes it seem as if it's a pointer. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
