Hello,
I work on labwindows cvi 8.0 and i use the word report librairy. I want to generate a word report with an header and in this header I want to make an array. Using the function WordRpt_SetHeader() I can create an header but it's not an array.
How do I use this function to create an array in the word header? or Do I use an other function to do that.

For example: I want to create an header with an array (3 colums and 2 lines). in cell 1.1 i want to inser a picture (logo), 1.2 a title, 1.3 a string, 2.1 an auto ref, 2.2 a string and 2.3 a string.
Thank you.