LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with \ code display

in a string when i put a "end of line" \n, in the txt files it appears a
little square and it doesn't change line.

Thanks all
0 Kudos
Message 1 of 2
(2,481 Views)
use carriage return then new line:
Ex: 1\r\n2 in \codes will output

1
2

If you ever get confused, use a text editor (notepad) to make a file in the format you desire, then use Read from File w/ a string indicator w/ \codes on in a small labview vi to see what the proper syntax is.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 2
(2,481 Views)