[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
converting to array
- Subject: converting to array
- From: Martin Skou Andersen <skou(at)fys.ku.dk>
- Date: Mon, 12 Mar 2001 20:41:30 +0100
- Newsgroups: comp.lang.idl-pvwave
- Organization: Posted Courtesy of Tele Danmark or one of its European Subsidiaries
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:23950
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