Radiohead22 Posted December 18, 2019 Author Share Posted December 18, 2019 I'm trying to understand just that, the sequences match well, the only thing I can't understand is because my script finds 275 matches and your 235 matches. A difference of 40 of which 30 are justified by the fact that mine also counts the last 5 half-empty or empty cells but 5 x 6 is 30 so I always miss 10 matches. Link to comment Share on other sites More sharing options...
Nine Posted December 18, 2019 Share Posted December 18, 2019 Comment out the skip ($j += $SERIAL) see if that changes the result “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Radiohead22 Posted December 18, 2019 Author Share Posted December 18, 2019 I also tried to write the results inside the excel file but I am missing something to write them sequentially: _Excel_RangeWrite ($ oWorkbook, $ oWorkbook.Activesheet, "A" & $i + 1 & "-" & "A" & $i + 6 & "/" & "C" & $j + 1 & "-" & " C "& $j + 6,"E" & $j+$SERIAL) ??? excuse my ignorance but how can I comment out the skip? Link to comment Share on other sites More sharing options...
Nine Posted December 18, 2019 Share Posted December 18, 2019 1 hour ago, Radiohead22 said: excuse my ignorance but how can I comment out the skip? just put a ; in front of the line “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Radiohead22 Posted December 18, 2019 Author Share Posted December 18, 2019 Ah ok so i must to exclude ($j += $SERIAL) to see if that changes the result, i understand now txk Link to comment Share on other sites More sharing options...
Radiohead22 Posted December 18, 2019 Author Share Posted December 18, 2019 in this way 270 matches found why? Link to comment Share on other sites More sharing options...
Nine Posted December 18, 2019 Share Posted December 18, 2019 Ok there is only few differences, you must locate those and see what is right and what is wrong. But I know my script cannot be wrong cause it is so simple. But then again show me where it is given bad result. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Radiohead22 Posted December 18, 2019 Author Share Posted December 18, 2019 No no, your script did not give bad result. I was just wrong reading the data, your script works great and it's so fast 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