Hei,
I have a cluster MAIN which has 2 clusters A and B that contains different controllers (bool,strings, integers, enum) and an array of clusters C 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. I have attached my code for the reading of the cluster A and B.