However I would be interested in using something like this
Char *stringlist[] =
{
name, level, expFld, desc, mItems, startz, heritage, citytask,
sabatoge, repet, access, freeport, qeynos, complete, comment,
spoints, npc, step1, step2, step3, step4, priorq,
NULL
};
Char **stringptr;

what would be a C method ?  using a struct type like

typedef struct {
  QuestType QuestData;
  Char  name;
  Char  level; 
} QuestRecord;
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to