Hi,
during the programming of a simple tool i ran into the following challenge:
I have some data stored in an XML-file.
The data belongs to seven alternative calculations.
Now i want to load all the data in one array. Later in my programm i want to choose (by a combobox) which alternative to show in my window (using labels and textfields).
Do you have a tip for loading the complete XML file into an array - The XML file will always have the same size. Unused values are only empty.
Thanks very much for any idea and help
Peter