10-25-2008 01:00 PM
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
10-25-2008 01:57 PM
Hi Narayan,
You should use the concatenate strings function on the strings pallete.
10-25-2008 01:57 PM
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.
10-25-2008 05:01 PM
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! 🙂