now i have a global struct as below:
====================================
typedef struct _infolist_t {
Char name[48];
UInt32 id;
UInt16 flag;
} INFOLIST;
const INFOLIST info1[] = {
{ "World", 1, 1 },
{ "China", 1, 2 },
{ "Peking", 1, 1 },
{ "", 0, 0 }
};
=============================
and i want to use the info1's member name as a list's item. how can i do
with it?
anyone help me?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/