Hello,

I will explain what I need and maybe what I am looking is not dynamic array (like c++)
I have a counter which lets say might go up to 22 for example. On every one of those 22 count I need to keep a value, say voltage.

Its easyto build up count (which starts at 0): count = count + 1
Now what I want to do is voltage.count = voltage
therefore I need to keep 22 voltage value in memory.

thanks
K