Hello everybody,
I will try to explain my problem.
I have X clusters in a cluster or a tab control or just in front panel (it could be adaptable for the most efficient way).
Each cluster had the same composition :
- 2 delta numeric control ("delta min"/ "delta max")
- others controls not useful for my problem (reference value, value min/max...)
I have an Excel file with all min/max delta for the X clusters.
I separate in 2 arrays my min max delta, but now I would like with a for loop fill in each delta numeric control for all clusters. I replaced the excel file by 2 random arrays.
So, in fact, at the beginning of my for loop, I have :
- 1 "delta minimum" array (with x values)
- 1 "delta maximum" array (with x values)
- 1 [cluster/tab control] of clusters (with x clusters)
The arrays and clusters are in the same order.
Could you help me to fill in the different clusters ?
You could delete the big cluster if the solution is easier without.
Thanks in advance,
Florian