G
Guest
Seems a simple question, but I can't find a simple answer:
I have created a two dimensional array. I wish to send the data, a row at a time to a graph plotting routine which is expected a one dimension array.
I could create a temporary one dimensional array and populate from the original array and then pass it to the routine, but this would seem to be long winded (read slow), and may well give me problems, as the previous values in the temporary table are overwritten.
Is there a simple way to create a one dimensional array from a single row of a two dimensional array?
Many Thanks
Smurf
I have created a two dimensional array. I wish to send the data, a row at a time to a graph plotting routine which is expected a one dimension array.
I could create a temporary one dimensional array and populate from the original array and then pass it to the routine, but this would seem to be long winded (read slow), and may well give me problems, as the previous values in the temporary table are overwritten.
Is there a simple way to create a one dimensional array from a single row of a two dimensional array?
Many Thanks
Smurf