LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String array to multi line string conversion?

Is there a way to convert a 1 dim string array to a multi line string?
I am retreiving data from a txt file one line at a time and buliding a string array.  I want to convert this array into a multi line string so that it can be inserted into a report and printed. 
Would it be easier to create a table and insert it into the report as a table?
 
Thanks in advance,
 
doloop
0 Kudos
Message 1 of 2
(4,121 Views)
You just have to use the Array to Spreadsheet String function on the String palette. For the delimiter, I used the Carriage Return constant ubt you can just as easily use the End of Line or Line Feed.
Message 2 of 2
(4,117 Views)