LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scan extended precision numeric from string

Solved!
Go to solution

I am looking for a way to parse a string to an extended precision floating point numeric. The Numer/String Conversion "Scan Value" function built into LabVIEW 2013 outputs a double. How can I get an EXT?

0 Kudos
Message 1 of 4
(2,632 Views)
Solution
Accepted by topic author bmhelm

Wire an extended constant to the default input.

 

Lynn

0 Kudos
Message 2 of 4
(2,627 Views)

Thanks! Easier than expected.

0 Kudos
Message 3 of 4
(2,619 Views)

If you are not doing so, please keep the Context Help window open while programming. It explains what a function or subVI does when the cursor moves over the icon and provides a link to more detailed help.  It is very useful for determining what inuts are required and how things work.

 

Lynn

0 Kudos
Message 4 of 4
(2,608 Views)