Hi everyone!
I am creating a string control in LabVIEW 7.0.
I would like to know how to ablate the empty line of a string?
For example, I have three string input controls, they are grouped together in every other line.
The output indicator will show:
String1 data
String2 data
String3 data
However, when one of the string controls is empty, the indicator show as follow:(e.g. String2 is nothing)
String1 data
String3 data
My ideal string output is that all data are reformed the order automatically as follow:
String1 data
String3 data
What should I do???