Jump to content

Type stored Clipget data


Recommended Posts

$var2 = ClipGet(); 1st
Send ("{right}")
Send ("^c")
$var51 = ClipGet(); 2nd
Send ("{right}")
Send ("^c")
$var53= ClipGet();3rd
Send ("{right}")
Send ("^c")
$var54 = ClipGet();4th
Send ("{right}")
 

 

good day everyone. i cant figure out, how to retrieve stored data on the variables ($var2, $var51....) typed on a notepad.. thanks

Link to comment
Share on other sites

2 hours ago, dwin28 said:

i cant figure out, how to retrieve stored data on the variables ($var2, $var51....)

Try just referencing it by name:

MsgBox(1, "Variable Display for var2", $var2)

Also, AutoIt has a finger-saving feature that you’re gonna love, arrays!

Code hard, but don’t hard code...

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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