DarkMercenary44
Technical User
I'm making a movie rental program for a friend. I need the program to save the movies, descriptions, movie numbers to a file. Then I want to have an option to search the file for a string that macthes, like the number of the movies, and have it find the string, then find the record number of that string , and then acsess all variables of that record and display them for him.<br>Do I use an array for this, an random acsess file [using a userdefined type or what ] <br>I know how to acsess the file, and get a variable from it, but I can't figure out how to get Qbasic to find the line number that the variable that I search for are stored in. Please help!