If I copy something into the clipboard then use var=Paste[]; I get Null in the var and the clipboard content is printed on the next cell. How do I get the content of the clipboard directly into the variable.
I have a basic text in my clipboard and want it stored as a string.
Moreover Windows 10's clipboard now supports multiple entries. Is there a way to select entries other than the last one?