What I would like to do is to be able to first take letters, as they come in from the Output array 2, and have them go into a spreadsheet.
These different letters would be in the orders that they came in but all in line 1 in the spreadsheet. Then if you notice that the second
vaule in the sequence structure is the same except this time they are numbers. All these numbers should go into the second line of the
spreadsheet as they come in. So eventually I want to get the first Letter that comes in and put it in the first column in the spreadsheet,
then the second letter into the second column of the spreadsheet and so on. Then I would like to do the same thing for the numbers that
come in. The first number into the the f
irst column in the second line and so on. What I want to do is have the letter that came in with the
number that is related to it as if they were attached, I could then read the spreadsheet like a table for example under A I would have 20 and
under B I would have 3 etc. I was trying to do this by bringing in the completed strings from the application the output array 2 comming in
first and taking up the first row in the spreadsheet and the array values comming in taking up the second. both the arrays are the same length
since one letter is generated with each number. Please see example in VI attached. I am open to any suggestions though.
Thanks,
CalTech