Ok I hope someone can help me. My first array looks like this
array1 = (Section A, Section E,undefined,und efined,undefine d,undefined,und efined,undefine d)
and my second 1 looks like this array 2 =( Section A, Section B, Section C, Section D, Section E,2. GRCM,3. ASPEN,4. R1)
I need to place Section A in my first array in position [0] and in position [4]. Can this be done by using the information from the second array. Please please can sonebody help me
array1 = (Section A, Section E,undefined,und efined,undefine d,undefined,und efined,undefine d)
and my second 1 looks like this array 2 =( Section A, Section B, Section C, Section D, Section E,2. GRCM,3. ASPEN,4. R1)
I need to place Section A in my first array in position [0] and in position [4]. Can this be done by using the information from the second array. Please please can sonebody help me
Comment