08-23-2012 02:36 AM
This is what I did:
08-23-2012 07:55 AM - edited 08-23-2012 07:55 AM
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.