best way to handle arrays

  • Thread starter Thread starter J. Keenan
  • Start date Start date
J

J. Keenan

We have an array of data, all doubles.
The array lengths vary...
from a possible length of 1 to 132 ...

we have done the path of each record contains 12 elements
of the array... thus we end up with X number of records
depending on the number array elements.

but this is kind of a pain as in load/storaging to manage
loading back into an array, same... breaking the array
into 12 clumps to be stored in a record...
 
Back
Top