‎07-09-2010 10:06 AM
Sounds like a different problem. Can you show what you are seeing?
‎07-09-2010 10:22 AM
I only have hints, but let me take a completely wild guess.
1. You are using an old version of LV
2. You have modified the Write to Spreadsheet File VI to accept strings by following the suggestions on the BD
3. There is a format string inside your modified VI which is truncating the strings (ie %.3s)
‎07-09-2010 10:29 AM
He did have to modify the function and the instructions do instruct you to change the default %.3f.
‎07-09-2010 10:47 AM
I was about 99% sure when I saw the screenshot with the old VI taking a string array, along with the fact that the default used to be %.3f. Now I am at least 99.9% sure.
I'll modify my guesses as follows:
2. You have modified the Write to Spreadsheet File VI to accept strings by following most of the suggestions on the BD
Now I am up to 99.99% sure.
‎07-12-2010 11:45 AM
Got it. The format value that I thought I had changed was reverting to the default %.3f each time I ran the program. Thanks for all the help!