This is my first post ever on this site. I want to start by saying this site is EXCELLENT. I've been searching the web for good help sites and resources, and I found it. It's here!

My question: I want to read in a textfile that contains a header, followed by student number and first name. I want to store this using random access, since we can read each data and store it easily. But what is the "file read" command that I use to EXCLUDE the first line (the header)? I have manuals, but they don't tell me how to do this.