Issue Details
I am trying to Replace/Insert a 1D array of elements with values (11,12) into a 2D array at a specific index, If i used the "Replace Array Subset" function I can either Replace the 1D array as a row array at column index 0, or Replace it as a column array at row index 0. How can I insert the array as a row array at a specific index for example insert the array as a row array at row 0 and column 1?
Replacing Row Array at Column Index 0
Replacing Column Array at Row Index 0