pezo89 2 Posted January 11, 2011 (edited) Hi Fellas, im working on a simple copy paste project that is workrelated, copying from one program, writes it into an ini file, opens exel and pastes the lines in between other lines however i where wondering if there by any chance is a way to have it check that the number is identical say for example C7014 is written in the exelsheet,*as a show of what line it is on and i want to make sure it is c7014 that is exstracted from the program and written in the ini file before it progress any further... so i have C7014 in both the exelsheet and the program im copying the data from Edited January 11, 2011 by pezo89 Share this post Link to post Share on other sites
pezo89 2 Posted January 11, 2011 i where thinking that http://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm might be an option, just unsure how to set it up. i where tinking on just copying the number in the exelsheet, and read from it, so say i have the two numbers one in the exelsheet as $i =iniread ect.. and one from the program that is $y = iniread ect. so i matches up $i with $y? wont that work? or? Share this post Link to post Share on other sites
pezo89 2 Posted January 11, 2011 Nevermind i figured it out, il post my script in a few incase somone else wants the code =) Share this post Link to post Share on other sites