So...what if I wanted to do something like atof?
- Posted by Jonas <jktemple at USMO.COM> Dec 11, 2000
- 498 views
First of all, since this is my first post to this server, let me say this... Do you know how many years it took me to get comfortable with C/C++? Do you know how many days it took me to get comfortable with Euphoria? 'nough said. Anyway, I have been working on a project using Euphoria and Win32Lib. I have an edit control where I want the user to enter a price. I want to convert and store that sequence as a floating point. In C++ I would have probably used atof() to do that conversion. What is the functional equivalent in Euphoria? Thanks for the help in advance.