D
daqmaneng
does anyone have any suggestions for writing a two dimensional array of
data to a file.
Currently, I have an array of 5 columns, with 1000 elements per array.
I know that I can use a for next loop to go through each data point in
the array and use the streamwriter class for each individual data point
and write each point individually to the file.
I would like to simplify this by simply writing the entire array to
file.
My array could be as big as 100,000 elements, so I'd like to find a
more efficient method,.
thanks
data to a file.
Currently, I have an array of 5 columns, with 1000 elements per array.
I know that I can use a for next loop to go through each data point in
the array and use the streamwriter class for each individual data point
and write each point individually to the file.
I would like to simplify this by simply writing the entire array to
file.
My array could be as big as 100,000 elements, so I'd like to find a
more efficient method,.
thanks