How can we make some text available to the user from the clipboard?
Fairly simple code...
clr.AddReference('System.Windows.Forms') from System.Windows.Forms import Clipboard Clipboard.SetText('My text to the clipboard)
Hi @Pierre Thieffry Can you move your answer to an answer and accept it please? At the moment this question looks unanswered so people aren't likely to realise it is a solved problem!