I am not familiar with the filesystem object. The reason I went with user defined types is because each line in the ascii file is exactly 256 bytes long and I can read it in a binary fashion (my user-defined types are all strings of specific lengths). I was actually searching for information...
Here is my issue in a nutshell. A customer of mine has an ascii file filled with records. Every record is 256 bytes long, so I have setup types (using the vba TYPE statement) for each type of record there is.
The problem is, I have no way of knowing which type a record is until I read it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.