LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

trouble with array to spreadsheet string

I am having trouble with the array to spreadsheet string.
I have a 1-d array of string, the output spreadsheet string never puts a space on the first row, but all others.
 
example:
 
05:59:29.170    00000101     8        00 00 07 00 0B 0E 0D 0C
 05:59:29.198    00000100     8        00 00 3A 3A 39 39 39 39
 05:59:29.220    00000101     8        00 00 07 00 0B 0E 0D 0C
 05:59:29.248    00000100     8        00 00 39 39 39 39 39 39
 
format string is %s and default tab is delimiter.
this is screwing up my program because of the "scan for string" function can't be used correctly if the spreadsheet string isnt consistent.
Any suggestions?
 
Thanks
0 Kudos
Message 1 of 2
(2,152 Views)
You don't need to use "array to spreadheet string": You could use plain formatting for full control over the output.
 
Still, your observation is a bit odd. Could you attach a simple VI that shows the behavior? (Put your input array into a diagram constant).
0 Kudos
Message 2 of 2
(2,133 Views)