LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2 sliders value and convert them to String

Solved!
Go to solution

Hi, I'm still new to labview.

 

Can anyone give me a snapshot or picture on how to extract 2 sliders value & converting them into string. And then i need to put the 2 values collected into one body of an email.

 

Any help please?

0 Kudos
Message 1 of 4
(3,012 Views)

Use Format into String function.

 

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

0 Kudos
Message 2 of 4
(3,009 Views)

hi Ravens,

 

I did that. But how do i put 2 sliders into one input? I tried to use Build Array and put both into it. But then another error occurs. Saying Source and Sink terminals are of different types. One is 1-D array, one is string.

 

Help me please?

 

Thank You

0 Kudos
Message 3 of 4
(3,006 Views)
Solution
Accepted by topic author Blueberibun

The Format into String function expands downwards to take more than one input.

 

Message 4 of 4
(3,004 Views)