cooljoebay
New member
- Joined
- Feb 13, 2009
- Messages
- 3
- Programming Experience
- Beginner
Hi
Didnt know where to post this.
Am using VB 2005 and need to take an existing txt file which basically has 15 sets of data, each set containing a year (ie Year 1990) and a number below the year.
When a user clicks the calculate button on a form, I need it to first list the average of all those numbers(not year) in the txt. And below that I need the largest number in the file to be displayed.
I am basically familiar with using objReader and StreamReader. But, I can only verify and open the text. Beyond that no idea.
Thanks a lot.
Didnt know where to post this.
Am using VB 2005 and need to take an existing txt file which basically has 15 sets of data, each set containing a year (ie Year 1990) and a number below the year.
When a user clicks the calculate button on a form, I need it to first list the average of all those numbers(not year) in the txt. And below that I need the largest number in the file to be displayed.
I am basically familiar with using objReader and StreamReader. But, I can only verify and open the text. Beyond that no idea.
Thanks a lot.