I am making a database type program that keeps track of people. For example, employees. You can edit, add, or delete each person. My problem is reading specified lines and adding them to a listbox. Here's the file format:
\Jon Doe
Address: 123 ABC Ln.
-
\Jane Doe
Address: ABC 123 Ln.
-
How do I read the lines with just the \Name Here on them and add them to the listbox?



LinkBack URL
About LinkBacks


