[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
String to List coerceing
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: String to List coerceing
- From: P2043742@csdvax.csd.unsw.EDU.AU
- Date: Fri, 03 Sep 1993 14:16:01 +1000
Dear Clisp Users,
I have a seemingly trivial question I do not know the answere for.
I'd like to read a line from a file and coerce it to list.
Say, I have a file with a line:
100 1.3 4.2 5.8
I'd like the line to be converted to (100 1.3 4.2 5.8) when I read it in.
What is the simplest way to do it?
Thanks for your help in addvance.
Yours,
Bela Pecsek