Answer the question
In order to leave comments, you need to log in
How to read a piece of text from a file?
I am newbie. I need to read some text from the file strictly between the $BEGIN and $END lines , and a certain time at the end of the file. How can I do that?
Answer the question
In order to leave comments, you need to log in
First, read the file into a text variable.
Then, you can cut off the excess from this variable using
the Substring and IndexOf methods
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question