Question: Reading data in a complicated file

Hi,

 

  I have a .txt file created from maple. I want to read some data using maple. The content of that .txt file is

 

....

some word,                     -7
                    -0.25333 10

...

some word,

                                      -7
                    -0.26332 10

...

 

  I would like to read values after "some word", and put them in an array. What kind of command in maple I should use?

 

Thank you very much

 

 

Please Wait...