This is fairly basic yet I have been unable to nail it. I have 3 variables (x,y,z) that I need to record onto a spreadsheet in a single row, for each iteration I run through a loop. What I've been trying to do is to create an array of the 3 values, and then use array to spreadsheet string, and then write to the spreadsheet. The only problem is that one of the variables is a string, the other a numeric, and the other already an array (its a length measurement from IMAQ). How do I put them together in the same array...I've included example code and excel output.
Thanks