LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

in calculator significant figure run places

when i key in 2.35, the calculator will show up like 532. . How to change it?

0 Kudos
Message 1 of 4
(2,780 Views)

Hello wkling,

Could  you convert your code to LabVIEW 2009 or show some sample snapshot of your code.



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 2 of 4
(2,771 Views)

Swap the inputs to the concatenate strings in the event for the numbers.

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

Also, you will need to search for "\." and not just "." as the period has a special function and will match any character.  You will never have it equal to 0 when a period/decimal is added.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
Message 4 of 4
(81 Views)