May 26, 2005 #1 Nordlund Programmer Jul 17, 2001 458 SE Hi there. How do you out there accomplish a failsafe conversion from String to Floating point value. This text are being converted: 3.2E-5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is always another way to solve it, but I prefer my way.
Hi there. How do you out there accomplish a failsafe conversion from String to Floating point value. This text are being converted: 3.2E-5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is always another way to solve it, but I prefer my way.
May 26, 2005 Thread starter #2 Nordlund Programmer Jul 17, 2001 458 SE Yo. Found the error. My resional settings requires , as decimal separator, not . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is always another way to solve it, but I prefer my way. Upvote 0 Downvote
Yo. Found the error. My resional settings requires , as decimal separator, not . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is always another way to solve it, but I prefer my way.