How can I combine a string array and an array of integers?

I have an array of string data [to use as header] and an entire table of multiple column vakues; I need them together in a single file.

Am not able to combine so that I could write them in a single file.

There are several ways you can do.  What I recommend is:

  1. Open the file
  2. Use the table to a spreadsheet string to transform your headers into a single string
  3. Write it to the file.
  4. Use the table to a spreadsheet string to transform your digital data in a single string
  5. Write it to the file.
  6. Close the file

Tags: NI Software

Similar Questions

Maybe you are looking for