LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error with the format of a Numeric input

When inputting an number into a numeric number, I put two dots instead
of one and the numeric input discarded my number and put zero instead.
How can I setup the numeric input that when it checks the number for
correct input and removes the extra dot?
0 Kudos
Message 1 of 3
(2,548 Views)
There is no way of specifying a numeric control should ignore extra
decimal points. The closest you could come is to use a string control
and perform the parsing yourself, which would have many drawbacks. I
hope this is helpful.

Shawn Walpole
0 Kudos
Message 2 of 3
(2,548 Views)
Thanks, I think trying to do the parsing myself would be a waste of
time.

Thanks again
0 Kudos
Message 3 of 3
(2,548 Views)