LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy string to clipboard w/o keystroke?

I want to copy short strings into another program.

Currently I write to a String Indicator, highlight with the mouse, then copy.

Is there a way to write the string directly to the OS's clipboard?
0 Kudos
Message 1 of 6
(3,352 Views)
If you're using windows, you can use Chilly Charly's attachment here.
It has VIs for copying strings to the clipboard.

___________________
Try to take over the world!
Message 2 of 6
(3,336 Views)
You could also try this attachment



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 6
(3,321 Views)
How about copying a control or indicator impage to the clipboard?
0 Kudos
Message 4 of 6
(3,310 Views)
Take a look Image Toolbox at:

http://www.geocities.com/gzou999/imgtool.htm
George Zou
0 Kudos
Message 5 of 6
(3,301 Views)
Thanks, Chilly's code worked.
0 Kudos
Message 6 of 6
(3,287 Views)