Hi. I was wondering if anybody could help me with a small problem.
I would like to read a specific line from a txtfile and either output/delete it.
Basically, I'm doing a program where a user inputs/view records and i'm stuck at searching it.
My txtfile input from user has a format like this:
ID:
Name:
Contact:
etc...
and it repeats.
So i would like to search by ID and output the id,name,contact...etc.
Anyone could give me a hand here?:sad: