Jump to content

ini value linked to send


Go to solution Solved by FireFox,

Recommended Posts

Is there a way to change the pull the value for the below from an ini file so thati  can change the number of tabs in the ini and it changes the code?

Elseif $TypCellValue = "T" Then
   Send("{TAB 6}")   <--- wanting this to be linked to an ini so i can change the number of tabs sent
   Sleep(100)
   send("DN")
   Sleep(100)
   Send("{TAB 5}")
   Sleep(50)
   send("{LSHIFT}+{DEL}")
   SLEEP(50)
   send("{TAB}")
   Sleep(50)
   send("{LSHIFT}+{DEL}")
    SLEEP(50)
   send("{TAB}")
   Sleep(50)
   send("{LSHIFT}+{DEL}")
    SLEEP(50)
   send("{TAB}")
   Sleep(50)
   send("{LSHIFT}+{DEL}")
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...