Re: create array in loop with variable in array's name

2010-05-29 Thread Bernd Eggink
Am 29.05.2010 01:04, schrieb pikta: Hi all, I'm just a beginer and I got stucked I'm trying to create multiple array with variable in array's name. I would expect to have 3 arrays and each of them would contain 3 elements like array1=(a b c) array2=(a b c ) array3=(a b c) ; what means that

create array in loop with variable in array's name

2010-05-29 Thread pikta
Hi all, I'm just a beginer and I got stucked I'm trying to create multiple array with variable in array's name. I would expect to have 3 arrays and each of them would contain 3 elements like array1=(a b c) array2=(a b c ) array3=(a b c) ; what means that first element of array1[0]="a" and f