botanic Posted December 13, 2006 Share Posted December 13, 2006 (edited) I am trying to make it so that according to the ini file certan actions will happen for example if I have this in the ini 2040 A 0.21 0 20 10 2041 B 0.25 1 20 10 2042 C 0.14 0 10 10 2043 D 0.62 0 30 10 ... for 3000 more times... how could I make it click based on the 4th colum then search for the second colum then paste something into the third colum? (all the spaces are "tab's") Im thinking... CODEIf something then $1 if something else then $2 PixelGetColor(500, 500) <> 0 ; wait for page to load sleep(500) send("^f{enter}) sleep(300) send("...I dont know for this part... MouseClick( "left", 142, 101, 2) sleep(300) send("^c") clipget() = and then i dont know again... I would post the code for this just there well... isnt any to post... Edited December 13, 2006 by botanic Link to comment Share on other sites More sharing options...
Shyke Posted December 13, 2006 Share Posted December 13, 2006 StringSplit? 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