[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

converting to array



Hi...
I have some data from a file...
example:
file start
10.5 30.5 40.8 57.9 90.8

end of file
I would like to read these data from a file, and these should be placed
in a array...
But when I read the file the datas are placed in a string. How do i get
these data converted to a array?

Thanx
Martin Skou