07-19-2005 08:59 AM
07-19-2005 10:02 AM
07-19-2005 12:00 PM
07-20-2005 02:13 AM
The last VI I have done is this one (see attached file)
In fact it's so easy with changing directly the format and precision!!! thank you 😉
07-20-2005 02:58 AM - edited 07-20-2005 02:58 AM
What Dennis meant is that you can use "Fract/Exp String to Number" for everything, no need to jump through all these hoops!!! 😄
It can handle all kinds of inputs with full precisions (e.g. 1234, 4.5E-12 (upper case "E"), 1.23456789e12 (lower case "e"), etc.) The attached example shows a few possible inputs together with the numeric output formatted two different ways.
(You seem to convert all decimal points to commas, thus you probably use a non-US OS (German?). If all your strings have decimal points instead of commas, you can just disable the local decimal point in "Fract/Exp String to Number" as shown. Your version actually does not work correctly on an US computer, because the commas are not recognized as decimal separator here.)
Message Edited by altenbach on 07-20-2005 12:59 AM
07-20-2005 03:47 AM
07-20-2005 05:12 AM
07-20-2005 05:57 AM
07-20-2005 07:01 AM
07-20-2005 08:22 AM