LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to SpreadSheetFile line by line?

Hello,
I want to write recorded strings to an .txt-file.
How do I get a line-feed? Appending "\n" does not work.
Any idea?

Thanks

Nico
0 Kudos
Message 1 of 2
(2,529 Views)
Are you sure that you're actually sending the control cod and not the characters "/" and "n". If you're using string constant/control, right click and make sure "/" Codes Display is selected. The other thing you can do is use the line feed constant on the string palette. Also, depending on the platform you're on and the program you're using to read the file, you might need to write a carriage return or end of line constant instead.
Message 2 of 2
(2,529 Views)