Notifications
Clear all
[Closed] Copying string to clipboard?
Aug 18, 2008 11:07 am
Hiya,
Is there any way to copy a string value to the windows clipboard through maxscript?
Cheers
6 Replies
Aug 18, 2008 11:07 am
Dont have the reference open but there’s a tutorial on bobo’s scriptspot site:
http://www.scriptspot.com/bobo/mxs9/dotNet/UsingTheClipboard.html
Aug 18, 2008 11:07 am
Let me guess you’re using Max 9?
Clipboard stuff is new to 2008 (or AVG).
setClipBoardText string
getclipboardtext()
Aug 18, 2008 11:07 am
yep, max9, but I have the AVG extensions so it should work. Cheers mate!
Aug 18, 2008 11:07 am
Or use the methods in the Clipboard class in .NET, if you don’t want external dependencies, etc.
Light