Skip to content

Instantly share code, notes, and snippets.

@tiborepcek
Last active November 27, 2019 20:23
Show Gist options
  • Save tiborepcek/4b2b868dbe7fe1ca2eb71a9bf9ef12ef to your computer and use it in GitHub Desktop.
Save tiborepcek/4b2b868dbe7fe1ca2eb71a9bf9ef12ef to your computer and use it in GitHub Desktop.
Get plain text only (without formatting and pictures) from system clipboard of Windows OS.
#NoTrayIcon
#include <Clipboard.au3>
MsgBox(0, "", StringStripWS(_ClipBoard_GetData($CF_UNICODETEXT), 8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment