
Hi:
I enjoy reading from your site especially the example seem to speak louder than the description. Thanks for your service.
I would like to know what type data structure can be used to represent a variable length string array such as the following
itemList[0] = {"rose", "jasmine", "lily"}; itemList[1] = {"lotus"}; itemList[2] = {"apple", "orange", "pear", "grapes"}; itemList[3] = {"cucumber", "corn"}; itemList[4} = {"maple", "oak", "elm", "teak", "pine", "cedar"};
Basically, I am trying to find out if there is a standard datatype available or I have to define an object of arrays or if there is a smart way to handle this.
Thanks for your help. Varma
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.