<div dir="ltr"><br><br>&nbsp; Hi folks,<br><br>&nbsp;&nbsp; I am trying to make a program that reads a file which lines contain a series of 6 integers. <br><br>-------------sample.in-------------<br>01 02 03 04 05 06<br>10 11 15 18 29 45<br>
19 22 10 01 23 14 <br>-----------------------------------------<br><br><br>&nbsp;&nbsp;&nbsp; right now I am using hGetLine and getting a string. Is is possible to use read to convert this in a list of Num?<br><br>&nbsp;&nbsp; <br clear="all"><br>
-- <br>Rafael Gustavo da Cunha Pereira Pinto<br>Electronic Engineer, MSc.
</div>