jestrada101
Technical User
- Mar 28, 2003
- 332
Hello,
I have two arrays
arrayA[x]
arrayB[y]
In arrayA I have 20 procedures
In arrayB I have 2 procedures that need to be excluded from arrayA
How can I remove these from arrayA, the data stored in arrayB will be the array number (e.g. x) that needs to be excluded from my processes...
Any ideas would be great.. I'm doing this in korn shell...
I have two arrays
arrayA[x]
arrayB[y]
In arrayA I have 20 procedures
In arrayB I have 2 procedures that need to be excluded from arrayA
How can I remove these from arrayA, the data stored in arrayB will be the array number (e.g. x) that needs to be excluded from my processes...
Any ideas would be great.. I'm doing this in korn shell...