It will give me 1 line, then clear, give me the next line, clear, etc.means. However, in general, if you want to display a running tally of what you've received on a serial port you need to use a shift register. Presumably you have a loop. So, create a shift register for the loop and simply append the string you receive to the previous string. See the LabVIEW Help on shift registers.
Is there any way I cant write a line to an array or something?
Then when it hits "\r\n", start a new line?
Because ultimately I am trying to split up the information that is coming in,
and send it to the appropriate places in my VI.
Thanks,
Cory
OK, the instrument sends data on an interval, which i have set to 2 seconds.
The data comes formatted like so:
a
b
c
d
etc
The problem is, my indicator will only show "a", then "b", then "c", instead of "a b c d" in a column
Thanks smercurio,
Problem solved.

Oh....... I knew that......I was just .....uh..... testing you
Thanks for the help.
- Cory