I have a text file with the following layout:
step=fixed step start=100 step=1
32
112
step=fixed step start =211 step=1
11
34
and so on I need to extract the numbers 100 and 211 respectively i.e. the start values as integers in my code and carry out some operations.