LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to put alphabet one by one that makes a word (string)?

Solved!
Go to solution

I'm making a program which I choose an alphabet one by one in the run process, I only know how to put several string into 1 strings using concatenate strings , but it is only for before the program runs, is it possible to put alphabet one by one in the " run " process and combined into 1 output string?

0 Kudos
Message 1 of 3
(1,134 Views)

attachment file

0 Kudos
Message 2 of 3
(1,133 Views)
Solution
Accepted by PULSE.Wannabe

You need an initialized shift register (anchored in the lower while loop) for the string, then append or not depending in the situation.

 

altenbach_0-1644078890183.png

 

0 Kudos
Message 3 of 3
(1,114 Views)