Hi
I have an ascii text file of monthly payslips, the 1st line of each payslip starts with an '*' followed by 131 spaces and CRLF, the 3rd line of the payslip contains a 9 digit ID number.
I need to build a file of the ID numbers and the start address (offset) within the file of each payslip, and then
using this file retreive the payslip for any given ID number
according to the offset within the file.
I'm new to vb.net so if anyone can give me some pointers or even better some basic coding for achieving these 2 tasks or
the address of any tutorials on the web it would be much appriciated.
Thanks
I have an ascii text file of monthly payslips, the 1st line of each payslip starts with an '*' followed by 131 spaces and CRLF, the 3rd line of the payslip contains a 9 digit ID number.
I need to build a file of the ID numbers and the start address (offset) within the file of each payslip, and then
using this file retreive the payslip for any given ID number
according to the offset within the file.
I'm new to vb.net so if anyone can give me some pointers or even better some basic coding for achieving these 2 tasks or
the address of any tutorials on the web it would be much appriciated.
Thanks