Hello


I'm having problem with using the function SysFormPointerArrayToStrings



This is the way I'm using the function:

MemHandle temp = SysFormPointerArrayToStrings (Pointer2D4->Courses, 5);



The Pointer2d4->Courses : contains the  string which I want to be placed
inside the list.

Now Courses is an array of size 200 ( Char Courses [200] ) inside a
database.



The number of characters inside Courses[200] varies, for example it may
contains:



Computer Graphics         EMM4076\0Digital Signal Proces..   ETM4096\0



So the rest of the array is set to NULL.



LstSetListChoices (listP,(char**) MemHandleLock(temp), numItems );

LstDrawList (listP) ;



After the above code is executed there will be only one line inside the
list, which in my case there should be 2!!



Can anyone please help me with this.



Thanks
Mohammad





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

Reply via email to