Hei,
I am using openG libraries. I have a cluster MAIN which has 2 clusters A,B that contains different controllers (bool,strings, integers, enum) and an array C which has a cluster that also contains different controllers. What I want to do, is to read from a INI file and save it into A, B cluster and in C array. I manage to write the values for A,B clusters, but with teh array C I have some problems.
How or which is the best way to access the values from the INI file and save it into the C array which is a part of MAIN cluster. The code below is how I do it for cluster A and B.
Thanks for the help.