<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Lines = mgetl("fichier.txt");<br>
Lines(1:4)=[];<br>
values = [];<br>
for line = Lines'<br>
values = [values ;
evstr(tokens(strsubst(strsubst(line,"cm",""),",","."))')]<br>
end<br>
</tt><br>
should do it.<br>
<br>
<br>
Le 07/08/2012 10:15, Jean-Baptiste DOUCET a écrit :
<blockquote cite="mid:DUB104-W615979D8070346C02BB78ECBCE0@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
<div dir="ltr">.../...<br>
If you open this .txt file with wordpad, you see how it looks like.<font
style="" face="Arial"><span
style="font-size: 12pt; font-family: "Times New Roman";"><br>
.../...<br>
</span></font></div>
</blockquote>
It is easier to process and help with an attached file rather than a
copy/paste one.<br>
<br>
Regards<br>
Samuel<br>
<br>
</body>
</html>