LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

radix point

Hello,
 
In a old version of LV I was using point to represent the radix point. With 8.2.1 I need to represent it with the coma. Can I change this setup ?
 
Thx
0 Kudos
Message 1 of 5
(3,030 Views)

That depends on many things. Are you talking about numeric indicators on the front panel, numbers formatted as strings, etc.?

Is your computer configured for a country that uses comma as decimal seperator? If so, Look under front panel options and make sure "use localize decimal point" is checked.

Many formatting functions also give you a choice. There is even a formatting code you can use "%,;" or "%.;" to select the desired seperator and %; to switch back to the defaults. Can you give us a bit more details?

0 Kudos
Message 2 of 5
(3,022 Views)
hi altenbach,
 
You had right. It was the regional and language options my problem.
Anyhow, I would like to know where I can use the formatting code %,; and %.;
 
thanks
 
Paul
0 Kudos
Message 3 of 5
(2,994 Views)
These specifiers can be used whenever you are converting number to strings or viceversa using function that have a Format String input (e.g. Format Into String or Scan From String).
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 4 of 5
(2,986 Views)
Here's an example:

Message Edited by altenbach on 07-10-2007 09:07 AM

0 Kudos
Message 5 of 5
(2,978 Views)