LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting from string to number

I'm trying to convert string to number using "Fract/Exp string to number" but I always get 0.00000 back where what I should get is "345.4234". Why is that the case?
0 Kudos
Message 1 of 3
(3,027 Views)
something like this?
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 3
(3,027 Views)
Se meinte am 5/21/2003 3:17 AM:

> I'm trying to convert string to number using "Fract/Exp string to
> number" but I always get 0.00000 back where what I should get is
> "345.4234". Why is that the case?

Take a look at the additional VI input "use system decimal-point". With
that boolean you can set which one ('.' or ',') you want's to use. In
your case it have to be false.

--
Hierarchie dt. Mozilla-Newsgroups: news://de.comm.software.mozilla.*
Moz: http://hskupin.info/mozilla/ NS6/7: http://hmetzger.de/net6d.html
NSC: http://hmetzger.de/net7comp.html FAQ: http://hmetzger.de/faq.html
0 Kudos
Message 3 of 3
(3,027 Views)