I have a flat file with only a few hundred entries- nothing too complicated.
I want to pull entries that start with a specific category and display them in a table. I have the display part down. It is the pulling specific data which is the problem. So here is the first part of opening the file and breaking it up into lines of data. Now I wish to display all that have a specific "category" name.
So can some one point me in the right direction as to what functions to use to accomplish this task
Andy