LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Having problem writing to a word bookmark

Solved!
Go to solution

I'm having a weird problem. I'm trying to write an underlined    X    in a bookmark in word. I have 4 spaces before and after the X. at one location the program writes what I want exactly but at another location is ignores the last 4 spaces. If I write letters instead of spaces, it would write it. The code is attached along with the result. I need your help so please take a look.

 

Thanks,

Mel

Download All
0 Kudos
Message 1 of 5
(2,532 Views)
Solution
Accepted by topic author MS2010

You will find the answer here. I don't think there is a way to do this programmatically. You can avoid the issue if you use tab instead of spaces.

 

Ben64

Message 2 of 5
(2,487 Views)
Solution
Accepted by topic author MS2010

It can be set programmatically, here's how to do it:

 

ULTrailingSpaces.png

Ben64

Message 3 of 5
(2,443 Views)

That worked perfectly. Thank you so much


@ben64 wrote:

It can be set programmatically, here's how to do it:

 

ULTrailingSpaces.png

Ben64


 

0 Kudos
Message 4 of 5
(2,426 Views)

@ben64 wrote:

You will find the answer here. I don't think there is a way to do this programmatically. You can avoid the issue if you use tab instead of spaces.

 

Ben64


This works as well. Thanks again

0 Kudos
Message 5 of 5
(2,414 Views)