Hi all,
I am having troubles with some list management.
See attached: I am reading some parameters in a certain exact order (red box). Then I need to maintain the same list structure, because these values will be fed into one string for each element whose parameters are listed in the red box (I am simply reading windows parameters and writing a type name for the element, based on its parameters).
The problem is that I need to process “Element.Type” and “Double”, but keep them in the same list structure… I have developed a way to process both data separately (getting the strings I need, like “FH” and “24”), but I need them in the same list structure, and keeping the same original order…
I hope this is clear enough, my head hurts, I need to stop working on this…
Thank you so much…