Hey guys,
I am writing an address book for work that will open
or create /home/addbook.txt and contain the following info:
company name, contact, address, phone, fax, and notes. It's
going good so far but I can't figure out a way to add notes
to already made entries, I am using format's to print the
info. into the addbook.txt file.
So basically I would like to know how to ask the user
for the company or contact's name, then find that entry in
addbook.txt and then add their notes into the notes variable
and then print it to the addbook.txt file using formats.
Thx So much,
Chad Rawlings