From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1d array double into multicolumn listbox

I have been trying for the last day now to get this 1D array of double into my multicolumn list box. 

 

Each time I want the row to represent the data I just collected.   I figure I need a for loop in here somewhere, but I am just trying to get the data to come into the columns first.  

 

Can someone tell me how to get my 1D array of double into the multicolumn list box?      I have read lots of posts, but none have worked so far.   I need to convert to string first I think. 

 

Here is a clip of the code

 

Thanks for your help

 

Capture.JPG

0 Kudos
Message 1 of 2
(2,379 Views)

Wire the DBL array into a Number to Fractional String primitive. It will convert it to a 1D array of strings which you can now wire into the Build Array primitive.


___________________
Try to take over the world!
Message 2 of 2
(2,377 Views)