FoD-Freeman Posted October 13, 2005 Posted October 13, 2005 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
BigDod Posted October 13, 2005 Posted October 13, 2005 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 thishope i find helpgreetsStraight 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
FoD-Freeman Posted October 13, 2005 Author Posted October 13, 2005 O my God .....i´m so stupied ..... i forgott the () tx for fast help
Puckmeister Posted October 13, 2005 Posted October 13, 2005 hi,perhaps this can help you, it`s a tool to manage multiple clipboardentries:Klip!there are several funstions to store clipentries in variables and inifiles.greets, chris
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now