>Thomas Meader wrote:
>The typedef has to precede the array definition.

I found out that the compiler doesn't allow the white space.
you have to write:
User userArr[3]={{1,"Joe","palm1"},{2,"Dan","palm2"},{3,"Tim","palm3"}};

instead of:

User userArr[3]={
          {1,"Joe","palm1"},
          {2,"Dan","palm2"},
          {3,"Tim","palm3"}
};

Thanks

Regards,
Paul

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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

Reply via email to