LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mixed string

Is it possible to concatenate a string with numbers and characters? Thank-you, Ivanka
0 Kudos
Message 1 of 5
(2,869 Views)
Concatenate strings will only concantanate strings - hence the name. If you want to use this function, you will have to convert your numbers to strings first. A better solution would be to use Format Into String. You can mix strings and numbers just by specifying the correct format string. For example, %s %s %f will create a string from 2 string inputs and a number.
0 Kudos
Message 2 of 5
(2,869 Views)
Ivanka;

Yes, it is possible. All the functions are in the String menu on the function palette. Check the VI Format into String, and the VIs under the String/Number Convertion menu.

Regards;
Enrique
www.visecurity.com
www.vartortech.com
0 Kudos
Message 3 of 5
(2,869 Views)
Thank-you!
0 Kudos
Message 4 of 5
(2,869 Views)
Thank-you!
0 Kudos
Message 5 of 5
(2,869 Views)