The first byte with Put and Get statements is number 1 in VB6, but is number 0 in most every other context for any other software and any other programming language. So I would like to know if I can change the default number for the "first byte" from 1 to 0. I know I can do this with arrays (usually arrays start at index 0, but you can change this to index 1). Can I do the same thing for file offsets?
↧