Sardith Posted February 26, 2007 Posted February 26, 2007 I wanted to compair two arrays. Winlist returns a array of handles if predefine so. So if I called $Old= Winlist(), then at a later point call $New = winlist() it would compair the two arrays. (Old vs New ) Whichever handles didn't match against old, in the new array list, it would put the ones that were new programs, or didn't match into another array. How would I go about something like that? [font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]
Developers Jos Posted February 26, 2007 Developers Posted February 26, 2007 Just do an _ArraySearch() for each New KEY in the OLD Array... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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