This widget could not be displayed.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

processing the array elements

Solved!
Go to solution

This is what I did:

 

 

0 Kudos
Message 41 of 42
(432 Views)

There's no need for the FOR loop.  Use a Concatinate String on the array and LV will combine all of the elements into a single string.  Where I was running into problems was apparently to scan out the fractional seconds, there needs to be a period.  So I had to add one into the array before converting into a string.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 42 of 42
(426 Views)