04-01-2008 07:41 AM
04-01-2008 08:48 AM
Hi,
You have the Table property node for that. See the vi in attach
04-01-2008 08:49 AM - edited 04-01-2008 08:50 AM
04-01-2008 09:22 AM
Thanks guys for the reply
Jorge in your code , I have to write the name of the headers and that's exactly what I want to avoid it , coz like I said , I am working with Axis and each Axes has a name and I am not always beginning my tests with the same Axes.
e.g if i choose X-Axis the first and than Y-Axis so I expect to see instead Col1 X-Axis and instead Col2 Y-Axis and instead header1&2 the Nr. 1 & 2 (see attachment please)
04-01-2008 09:43 AM
04-02-2008 03:36 AM
04-02-2008 03:58 AM
Hi Toni,
I think what you re asking is not about headers, but writing those data into the corresponding columns of the table.
A table is a fancy 2D Str Arr, thats all. Everything remains similar to that.
So, what you ve to do is just build those data elements into an array & convert it into an array of fractional strings using any of the functions in the Strings--> Conversion palette, and then write it into the 1st row of the3 table, thats it.
04-02-2008 04:08 AM
04-02-2008 04:11 AM
04-02-2008 04:18 AM