Jump to content

When I copy  anything from clipboard, How to make what i copy in variable


Go to solution Solved by water,

Recommended Posts

Posted

MouseClickDrag("left" , 1071,  263, 1095, 263)        ; the number has been selected
$var=Send("^{c}")                                                   ; The number has been copied
MsgBox(0, " The copied thing" , $var)

 

When I copy  anything number or word 

How to make what i copy in variable

  • Solution
Posted

The AutoIt help file is your friend ;)
Have a look at function ClipGet.

My UDFs and Tutorials:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...