Brother on the 3rd floor, I'm sorry I didn't understand it originally, but now I've got it. Yours is executable. But I still don't know how to reference the value of a variable. My purpose is like this: First read a line from a.txt, then search in b.txt. If there is no such content in b.txt, add it; if there is, skip it. I realized that my original expression wasn't accurate. I'm sorry.
In addition, you mentioned that you can use a goto loop. I sort of understand the idea, that is, first read a line, then jump to the corresponding program segment accordingly. But now my problem is that I simply don't know how to read a line from a.txt? Using FOR reads until it's done, what should I do?
Thank you in advance!
In addition, you mentioned that you can use a goto loop. I sort of understand the idea, that is, first read a line, then jump to the corresponding program segment accordingly. But now my problem is that I simply don't know how to read a line from a.txt? Using FOR reads until it's done, what should I do?
Thank you in advance!


