You have a bunch of values indexed by an integer. That's what arrays are
for.

On Mon, Nov 23, 2015 at 10:11 AM, Sisyphuss <zhengwend...@gmail.com> wrote:

> Maybe metaprogramming?
>
>
> On Sunday, November 22, 2015 at 8:52:24 PM UTC+1, Stefan Karpinski wrote:
>>
>> Not really. An array is much better for this.
>>
>> On Sun, Nov 22, 2015 at 2:28 PM, digxx <diger...@hotmail.com> 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)=... ?
>>>
>>>
>>

Reply via email to