I have a program that originally ignored the first 34 characters in the file because they appeared to be blank space. I now have learned that there is integer data stored in this area. how do i get VB 6 to read this information without declaring 34 integer variables in my private type block?
↧