12-11-2014 10:14 PM
when i key in 2.35, the calculator will show up like 532. . How to change it?
12-11-2014 10:45 PM
Hello wkling,
Could you convert your code to LabVIEW 2009 or show some sample snapshot of your code.
12-11-2014 11:05 PM
Swap the inputs to the concatenate strings in the event for the numbers.
08-21-2025 01:02 PM
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.