06-23-2016 08:11 AM
I am able to remove the duplicate the repeated entries, but I want to average the corresponding entries and save the new data file.
06-23-2016 08:16 AM
I don't understand what you meant here. Are you trying to remove duplicate entries and find the average of it? Isn't it the same? Explain what do you want to write into the file.
06-23-2016 10:44 AM
06-23-2016 10:44 AM
06-23-2016 10:51 AM
06-23-2016 12:35 PM
06-23-2016 02:09 PM
Which datatype is your array?. Integer numbers like I 32 or string array. You can use a Variant Approach to do the task. But some number could be round to the nearest.
06-23-2016 02:18 PM
06-23-2016 02:39 PM
06-23-2016 11:41 PM
I was trying this.