Hi,

I have 

Char *argvP[10];

and i need to set each element of this table to NULL.
Is it possible to use MemSet to do this or do i need
to use a for(....) to do that ?

i tried MemSet(argvP,10,0);
but it doesn't do anything

thanx

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

Reply via email to