comparing two lists script
A bit of an odd one here.
I'm used to getting lots of data in txt format i.e. name, address, zipcode and having to compare two lists of peoples names to see if any of them live at the same address.
There must be a script knocking about out there that can take two lists i.e. zipcodes (Uk zipcodes contain letters) and compare them and show if any match?
Think I made a script like this up in college as part of my computing course. Wish I had kept it...
Any ideas?
IanD posted this at 18:02 — 27th July 2005.
They have: 222 posts
Joined: Sep 1999
http://us2.php.net/strings
http://www.w3schools.com/vbscript/vbscript_ref_functions.asp#string
CptAwesome posted this at 23:19 — 27th July 2005.
He has: 370 posts
Joined: Dec 2004
You might also want to look into using something more complex like a database or even arrays
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.