On Monday 27 September 2004 09:28, Eilert wrote: > Use LINE INPUT instead, that reads everything until the end of > the line. Or reduce the whole thing to one line of code, assuming there's only the one piece of data in the file: CPU = File.Load("/tmp/risultato") Don't forget to strip off linefeeds as necessary if you use this method, though. Rob