LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

working with arrays

hello
i have 2 arrays...
i want to take array 1. row 1 and put it in a listbox...
take array 2, all rows and columns and add that to the list box..

my listbox then create an excel file so i can print it out..
how do i do that?

basically, i want to print all data for sn 441295 into 1 sheet of paper..

i am having problem with the header because one array is have 12 columns, 65 rows another have 11 columns, 1 row..

i want to add them together..





Message Edited by krispiekream on 04-01-2008 12:40 PM
Best regards,
Krispiekream
0 Kudos
Message 1 of 4
(2,721 Views)
basically, i want this in my data sheet..





Message Edited by krispiekream on 04-01-2008 12:43 PM
Best regards,
Krispiekream
0 Kudos
Message 2 of 4
(2,713 Views)

Are you trying to place all that information in one array?

If so just use a build array and concatenate the inputs,

 

- there is always an easy way, but it is always the hardest to find
Message 3 of 4
(2,705 Views)
thanks...
you are right!
Best regards,
Krispiekream
0 Kudos
Message 4 of 4
(2,684 Views)