LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I convert a double into a string

Hello,

I have a knob control (double) which i use to control a voltage level. I also need that value to send a command. The command is a concatenation of the character "V" and the value indicated by the knob.

Can somebody tell me how I can convert the knob value to a string so that i can perform a concatenation.
0 Kudos
Message 1 of 3
(2,946 Views)
Use Numeric text.text property (or)
Number To Fractional String function from string ->string/number conversion in function palette.
 
-Kumar B
 
Message 2 of 3
(2,945 Views)

Use the Format Into String Funtion. You don't concantanate anything.

Message Edited by Dennis Knutson on 04-06-2007 07:06 AM

Message 3 of 3
(2,935 Views)