how to Clear the clipboard ??
Submitted by Monday, 14 May, 2012 - 11:36
on
I am trying to write a macro that clears the clipboard. This is most important to me.
I tried
a = "";
textArea.setSelection(a);
Registers.copy(textArea,'$');
and a variety of other textArea methods(viewable online) but nothing I can find helps. What am I missing ?
How does one clear the clipboard ? Any ideas anyone? Please?
I tried
a = "";
textArea.setSelection(a);
Registers.copy(textArea,'$');
and a variety of other textArea methods(viewable online) but nothing I can find helps. What am I missing ?
How does one clear the clipboard ? Any ideas anyone? Please?