HI,
I have been working on a particular VI for quite sometime, and as of right now it reads in an array of doubles takes the value and converts them to strings, keeping the rows and colums intact. NOw I want the string array to have the columns and rows switched. Is there an easy way to do so? Or would it be easier for me to try to polulate the double array to the same foramt that I have the string one (prefer not to have to do this)?
Thanks