Re: Best Way to Fill a list whith many itens

2003-08-02 Thread kcorey
On Fri, 2003-08-01 at 22:59, Régis Daniel de Oliveira wrote: Does anybody know which is the best way to fill a list with a lot of itens? First of all, i tried to use a pointer to store all my itens, like the code below There's two approaches: 1) get the code you're writing to do what you

Best Way to Fill a list whith many itens

2003-08-01 Thread Régis Daniel de Oliveira
Hy all! Does anybody know which is the best way to fill a list with a lot of itens? First of all, i tried to use a pointer to store all my itens, like the code below Char **itemList; UInt16 LoadProdutos() { MemHandle h; UInt16 RecNum, Cont; Char *CodProd, *Descricao; //Abre o banco de

RE: Best Way to Fill a list whith many itens

2003-08-01 Thread Jeff Ishaq
-Original Message- From: Régis Daniel de Oliveira Sent: Friday, August 01, 2003 2:59 PM Does anybody know which is the best way to fill a list with a lot of itens? I know! I know! First, go here: http://www.palmos.com/dev/support/docs/recipes/lists.html#dynamic Scroll