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 about two-dimension array.
In which way I can do it? I mean to set ar$j array members?
Thank you for your time.
Nash
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 about two-dimension array.
In which way I can do it? I mean to set ar$j array members?
Thank you for your time.
Nash