I need help populating a set of parallel arrays from a text file document. The file contaings a zipcode and a city seperated by a comma ("44202,Aurora"). I need them to be in parallel array so they can be searched and the coresponding value returned in a text box. How can I do this? I have been through many example codes, and many from my book, but I am unable to find a functional way to do this. Please help.