Having a go at converting a vba macro to python. 1st step in python so don't throw stones if so obvious.
Reading a text file
processing each line
if the line contains a keyword
I want to process the next 2 lines
(which have the data I need to extract)
How do I select the line i+1 & i+2 if the current (valid) line is i?
Thanks