From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hi how to append strings one after the other

hi

 

i am working on strings but i am unable to append strings one after the other which functions i should use to make this work or if anyone knows any example programms pls let me know

 

 

regards

 

Narayan 

 

 

0 Kudos
Message 1 of 4
(2,274 Views)

Hi Narayan,

 

You should use the concatenate strings function on the strings pallete. 

0 Kudos
Message 2 of 4
(2,268 Views)

Concatenate Strings is used to... concatenate strings. If this is not working for you then you must be doing something different. In this case you will need to post what you're doing. 

 

To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

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

If you are appending new strings with each iteration of a loop, you need to keep the string in a shift regsiter.

 

Please show us some code! Thanks! 🙂

0 Kudos
Message 4 of 4
(2,252 Views)