[Prev][Next][Index][Thread]
Re: reading a float?
Amazingly, there doesn't appear to be such a function!
There's string-to-integer, integer-to-string, float-to-string, but no
string-to-float. I guess it's time for someone to write one!
Bruce Hoult wrote in message ...
>Dumb question:
>
> How do I read a (series of) floating point numbers from a text file?
>
>I can read lines from the file into strings. What then? There isn't a
>conversion "as(<double-float>, myString)".
>
>Hoping for a forehead-slap shotly :-)
>
>-- Bruce
Follow-Ups:
References: