mmmmm..... maybe I don't understand all but
it seems your solution is to fill a dynamic named variable
But, how to create it ?
How to create a variable with a dynamic name ?
If I want to create a variable "test"+nb where nb is a number in a 4 boucle for example...
I woud like to have 4 variables created :
test1
test2
test3
test4
And then, I can fill and use these variables laster in the program