Question: Skip lines? - readdata or fscanf

Hello,

I am trying to read some text filw with maple. But the first few lines in this file are nothing I need to read. Do you have any Idea how to skip? If I use readdata I get some lines from header too, because there are some numbers.

So text looks like:

.............................................................................
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
........................................................................ (text and numbers and symbols)



90 90 90
90 90 90
90 90 90

Then 3 columns. Thats what I need to get.

 

Thanks :)

Please Wait...