LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Copy a string to paste it in the windows notepad

Solved!
Go to solution

I have a really long string that i want to paste in a notepad. I have tried Write to Text File but as the string is in Spanish, the accents (f.e. lámpara) are deleted (it returns l mpara). I have tried data operations -> copy data but it doesn't copy. Any help?

0 Kudos
Message 1 of 3
(342 Views)
Solution
Accepted by topic author electronic_lab

Hi lab,

 

have you tried to copy the string to Clipboard using an invoke node with Application method Clipboard.WriteToClipboard?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(328 Views)

It worked, thank you!

0 Kudos
Message 3 of 3
(309 Views)