Hi,
can somebody help me please with one problem?
In ksh script (AIX) I have some arrays- ar1, ar2, ar3 and so on.
I have some variable (e.g. j) that can be set to 1 or 2 or 3 and so on.
Depending of this index variable I should set members in ar1 or ar2 or ...
So I should have something...