Folks, I need help. I have a pdb with 2000 records, each record has 3 variable length null-terminating strings.
How do I read each record into my program, concatenate the 3 members of the struct and display the final string on a defined Field? Defining a struct with 3 character pointer members doesn't seem to work. Also tried character arrays with undefined length - but no joy. Thanks in advance. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
