Not really. An array is much better for this. On Sun, Nov 22, 2015 at 2:28 PM, digxx <[email protected]> wrote:
> Manually I can do: > arr1=... > arr2=... > arr3=... > and so on > If I have a loop over i can i construct in each loop a new variable > symbolically like this: > arr*string(i)=... ? > >
