Have you ever needed to read a fixed length text file in Visual Basic? I have written quite a lot of applications where I will receive a fixed length text file from the mainframe.
Tired of using the Left$, Right$ and Mid$ functions to parse each line for the individual elements of the line? Then read on.
Oh, and thanks to Rockford Lhotka's, book on Visual Basic 6 Business Objects for giving me this idea.