Convert the array of numbers to strings, then you just have a 2D array of
strings with your headings in the first row and numbers in the rest. When
passing data to Excel, the array can be either strings or numbers so this is
fine.
Alternatively, leave the first row blank in the Excel sheet, write your
numeric array, then write a 1D array of strings to the first row.
Kristof Poppe wrote in message
news:3AA8A9F1.11F7F72C@sipex.be...
> I got a string, with tabs between each collum.
> This sting hold the names of each collum.
> A 2D array holds the data.
> I got a VI that writes the 2D data into an Excel sheets.
> Now I want first inserting the names for each collum.