create a text file called contacts using Notepad (programs> accessories > Notepad) with n=15
records for storing their name,sex age ,telephone and email address that resembles the below.

"Hiba", "M",20,1234567,"aaa@yahoo.com"

"ahmed", "f",21,2345678,"bbb@yahoo.com"

"ali", "M",25,3456789,"ccc@yahoo.com"
write a program to read the file display contact information.

Recommended Answers

All 2 Replies

Just posting questions won't get you answers. Show your code, and clearly state the problem you are having.

so its in csv format. you can easily read/write that using vb6.

can you show us what you have done so far?..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.