V
Varun
Hi,
I have two arrays that I'd like to assign to a different 2 dimensional
array. For example, array1 is one dimensional and so is array2. These
arrays are returned to me via different sub procedures.
I'd like to assign the array values of array1 and array2 to a new array
named array3 which is 2 dim i.e. has rows and cols.
I know the following wouldn't work i.e. need a loop or something...any
pointers will be appreciated.
array3(r, 1) = array1
array3(r, c) = array2
Thanks for help.
I have two arrays that I'd like to assign to a different 2 dimensional
array. For example, array1 is one dimensional and so is array2. These
arrays are returned to me via different sub procedures.
I'd like to assign the array values of array1 and array2 to a new array
named array3 which is 2 dim i.e. has rows and cols.
I know the following wouldn't work i.e. need a loop or something...any
pointers will be appreciated.
array3(r, 1) = array1
array3(r, c) = array2
Thanks for help.