hi, say I had a text file that was read by my program, how would I be able to get it read each line seperately, storing each line in a seperate variable and if the line had nothing in it, the program would ignore that line. Is this possible?

Thanks
-Chris