I'm working on a script that asks for a 4 digit number.
When a number is then typed in, a search is made of an external text file to see if the number already exists.
The text file is in this format:
6393,Smith
2473,Jones
3769,Baker
6369,Evans
If the number exists, then that record only is to...