03-14-2013 10:38 PM
Pardon my inexperience with this question...I'm a bit of a newb....
I am importing a .CSV file into a 20x26 string array. Of that array, I need to make a complete duplicate of three of the columns and create a 20x3 string array to be exported to a new .CSV file. I'm having trouble figuring out how to do this. I've tried using a loop and Index Array to pull elements out of the array and then either Replace Array Subset or Insert Into Array, but I get an error saying that the array types mismatch.
03-14-2013 10:45 PM
No need for a loop. You can use Array Subset to extract an entire rectangle out of the array.
If you want to learn more about LabVIEW, I suggest you try looking at some of these tutorials.
03-14-2013 10:51 PM
Slice the array columns and reassemble them into a new 2D array.