Jump to content

Recommended Posts

Posted

Hi i need help for the following problem.

i write a script where i read from a dokument a text and copy them to Clipboard with mouse left click then send strg+c so the data is in clipboard i can use the data with strg+v but i need the data later in the script so i want to copy the clipboard data to a variable but i don´t now how to do this

hope i find help

greets

Posted

Hi i need help for the following problem.

i write a script where i read from a dokument a text and copy them to Clipboard with mouse left click then send strg+c so the data is in clipboard i can use the data with strg+v but i need the data later in the script so i want to copy the clipboard data to a variable but i don´t now how to do this

hope i find help

greets

Straight from the help file

$bak = ClipGet()
MsgBox(0, "Clipboard contains:", $bak)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...