Hello All, I am writing an industrial automation application on Palm. I am facing problem working with array of strings. I want to declare a Double pointers. Ex Char **String; So that, I can add any number of string of any width.
Presently I have hardcoded to the number of strings in the array. That is Char *String[20]....... By this I can store only maximum of 20 strings at any cost. That is how to work with Double pointers. Can anyone help me in coming out of this problem. Thanks a lot. Very eagerly waiting for some help. Thanks again Rahul -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
