11-12-2007 06:39 AM
Hi,
I have a few graphs
and I would like to convert what is plotted in my graphs in a table. Any suggestions?
Thanks
V.
11-12-2007 06:44 AM
11-12-2007 07:10 AM - edited 11-12-2007 07:14 AM
As Gerd mentionned..
You already have the values in 1-D array of doubles. Does your cluster must contain text or something other than numeric?
The reason for asking is that usually numeric clusters have brown wires, whereas mixed clusters (ie numeric & text) are pink. See attached image.
If you plan to use an array, they must be of the same type.. See For Loop in same attached image. You can also use existing functions such as Write to Spreadsheet file which handles 1 & 2D arrays. But for creating a table, if you plan on using a 2D array, you will need to convert to the same type first.
RayR