If you are reading a text file, don't read it as a binary file, read it as a text file.
I got this from a post found
www.dreamincode.net forums:
Read this, it'll give you a lot of information on reading text files (and you'll learn about 'Line Input' which takes entire lines and ignores commas):
http://www.dreaminco...wtopic29575.htm
Here's a tutorial on strings and their handy functions (including the Len() function which you'll wanna use to get the length of the lines):
http://www.dreaminco...wtopic13107.htm
If you still can't figure it out, post again but this time with your code and also explaining any errors you're encountering.