qwert Posted February 7, 2017 Share Posted February 7, 2017 Indeed, it does. I'll compare, later, to see if I can spot the differences with my early attempt ... which got the null result. Thanks very much. Link to comment Share on other sites More sharing options...
qwert Posted February 8, 2017 Share Posted February 8, 2017 @Mikell: After working with your script, more, I was able to easily modify it for some And/Or variants. I'm very impressed. But I read the help section on "Obj/COM Reference" and tried searching for "Scripting.Dictionary" and neither got me anywhere in really understanding how it does what it does. Would you mind adding comments to the main 5 or 6 elements of your solution to explain what they are doing? The script is such a straightforward use that it seems to be a perfect stepping stone to get a foothold in this technology. Thanks in advance. Link to comment Share on other sites More sharing options...
mikell Posted February 8, 2017 Share Posted February 8, 2017 Obviously the help section can't list all the Objects likely to be used in Windows For this you must check various MSDN pages, i.e. this one But this doesn't mean that AutoIt ignores it - just have a look in the Array.au3 UDF to see how _ArrayUnique() is built Concerning 'Scripting.Dictionary' I confess that I was very impressed too the first time I used it because of its power / speed / ease of use I edited my previous post#20 and added comments. For better understanding I recommend to read first the msdn page linked above Have fun Link to comment Share on other sites More sharing options...
qwert Posted February 8, 2017 Share Posted February 8, 2017 Yes, the page on Dictionary Object helps ... particularly the examples in the Methods section. Thanks for the link. 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