can anybody plz tell me why cant i copy to second1[0]; char **second1;//intitialized as below second1 = (Char **) MemPtrNew(15 * sizeof(Char *));
StrCopy(second1[0], CurrentNode->product); it gives null string passed error although there is char value in product. When i use WinDrwchars(currentNode->product,34,34,34); it outputs the corect value. but after copying it to second1[0]. it gives errors. im using char** second1 since i haveto pass it to list. should i use memhandlelock b4 passing values to char **; await -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
