06-29-2011 04:48 AM
No, I have tried any combination and the result remains unchanged. Anyway, I don't find the option in word where to change the list separator.
My OS and Word is in german, by the way.
06-29-2011 04:51 AM - edited 06-29-2011 04:53 AM
@benMyer wrote:
No, I have tried any combination and the result remains unchanged.
Changing the format of the copy buffer string should most definitely change the table result. Try replacing the "tab" with an actual ASCII character, such as "A" and see if this changes anything. You should see all data appear in the top left cell with A characters between each original element. If this makes no difference then something else is afoot - I would start seriously debugging the suspect VI to be sure it's even the right one.
My list separator settings are not in Word (I'm not aware of any in Word), they are in Control Panel > Regional and Language Options > Regional Options. Click "Customise". If you change this, restart Word.
06-29-2011 05:20 AM
That was a good idea. After changing the "tab" with an A I've discovered that my Word 2010 seems unable to handle the newline escape sequence "\n". So after replacing in your solution "\n" in the outer loop with the Carrier Return constant it works!
Thanks a lot for your effort.
ben
06-29-2011 05:31 AM
06-29-2011 06:22 AM
I guess so. The windows "list separator" setting does not have any effect at all. And in word I didn't find such a setting as proposed by ReginaW.
Thanks again.
08-23-2011 04:38 PM
it works! thanks, Thoric.
12-30-2011 10:37 AM
Where do you go to change the delimiter settings? Both in word and LabVIEW? I have the exact same problem. I am running LabVIEW 2011 and word 2010. Thanks a lot.
12-30-2011 11:55 AM
12-30-2011 01:47 PM
I installed the trial version to determine if we want to buy this add on. Since it is not activated, I cannot access this VI to edit it.
Is there another way to fix this? Thanks.
12-30-2011 04:16 PM