I have an application where there is a space-delimited 3-column ascii file that is used to modify a second ascii file. The first 2 columns of the first file contain a column and row number used to locate the position of a value in the second file and the third row contains the value to be replaced.
What is the best way to go about this? Is a conversion of the first file to a 2-dimensional array necessary?
Regards,
Gary
What is the best way to go about this? Is a conversion of the first file to a 2-dimensional array necessary?
Regards,
Gary