Hello! I need some help to create a program with PASCAL.

My task is to read a text from file and create and write the text in new text file (txt). But - if text read from the file consist the word "end" then do not write the rest of the text after "end" in new text file (txt).

For example:
The file read from is:

kfafhashfasfa
end
efefeefef

But file created and write into is:

kfafhashfasfa

Could you please help about the text in bold please, how it is done?

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.