Jump to content

Recommended Posts

Posted (edited)

Ahh, so now we are getting somewhere..:) Let me bitch about one more thing. You should have been around longenough by now to figure out how to wrap your code with autoit tags. (the blue button with something resembeling an A)

So, what did happend when you tried your code?

What did you expect?

You have allready explained that it gives you a past operation and ads an 1 after what ever is on the clipboard.

Now try this:

ClipPut("My line nr: ")
Run("notepad.exe")
WinWaitActive("Untitled")
Local $c=5
Send("^v" & $c)
Exit

The take a long hard look at Sleep and For ... Next in the help file. (use the index tab to locate the pages).

EDIT: Added question..What did you ...

Edited by Uten

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...