LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change decimal point dynamically

Is there a way to change dynamically the decimal point used in numeric control without restarting application?

 

With decimal point localized, that's work only when restarting the application...

 

Thanks

0 Kudos
Message 1 of 3
(2,498 Views)

Yes, you can by changing the Format string:

Changing it from '%.;%f' will use a dot as decimal sign. If you change the format string into '%,;%f' will use comma.d

 

You have to do this for every control you want to change, so creating some framework is usefull.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 3
(2,485 Views)

ahhh Yes! Thank you.

I don't remember of this property node!

 

Smiley Very Happy

0 Kudos
Message 3 of 3
(2,474 Views)