ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion

How can I convert a string e.x. + 1,23648E+01 to just + 12,3648
0 Kudos
Message 1 of 2
(2,795 Views)
Hello Shadow,

use a "Scan from String" with format "%,;%f" and a "Format into String" with same formatstring.
Or use the older string conversion functions (engineering string to double, double to fractional string).
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,782 Views)