Ok I mainly use Liberty BASIC, which is very, very similar to Visual BASIC, and I am having a hard time with a program. I made my program take a user's input, and save it in a text file, like so:
Username=Name,Phone#,Email
John Doe=John Doe,000-0000,email@email.com
But that isn't my problem. The problem is, is that I want the program to allow someone to type in "John Doe" and display it like so:
Username: John Doe
------------------------
Name: John Doe
Phone #: 000-0000
Email Address: email@email.com
Please explain in detail, in any BASIC language(s) that you may know, it doesn't matter, they are all similar!