13lack13lade Posted April 15, 2014 Share Posted April 15, 2014 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 More sharing options...
Solution FireFox Posted April 15, 2014 Solution Share Posted April 15, 2014 Take a look at the helpfile for IniRead, IniWrite. Br, FireFox. Link to comment Share on other sites More sharing options...
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