<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi, <br>
with<br>
<pre style="font-family:Monospaced;font-style:normal;font-size:13.0;"><font face="Courier New, Courier, monospace">x=read(file,-1,2)</font>
</pre>
I can read the data from a text file containing e. g. <br>
<br>
1 2.12 First line of text file<br>
2.12 3.2<br>
3 2<br>
4 2<br>
5 2.<br>
6 2<br>
7 2 <br>
Last line empty<br>
<br>
What can I do to read only the numbers from a text file like<br>
<br>
Header 1 First line of text file<br>
Header 2<br>
<br>
<br>
1 2.12<br>
2.12 3.2<br>
3 2<br>
4 2<br>
5 2.<br>
6 2<br>
7 2<br>
Last line empty
<br>
<br>
where the data start in the 5th line?<br>
<br>
Regards, Jens<br>
<br>
</body>
</html>