help with coding...Resolved
hi, i am trying to create a new program, so when the user hit the search button, it will compare the input with a text file, and if it find the name in the text file, it will open up a new text file and print out more information related to the name it found in the fist text file.
so for example, i search for visual basic, the program will open up the 1st text file and search for that name (visual basic), if it match, it will open the 2nd text file, and find (visual basic, and the 2nd file will include all information about visual basic) and print out the result.
so can you make up an example code for how that work? because i know that's what i want my program to do, but have no idea what the coding structure is like.
thanks