<br><font size=2 face="sans-serif">> OK, I've looked at your class sample (not the object one though,<br>
> since I don't know much about objects). The biggest problem I see<br>
> is in your file-reading loop; the Data field always contains the<br>
> content of the last line. The updated file contains a loop that<br>
> seems to read my sample text file fine, as well as a few other<br>
> minor changes.</font>
<br>
<br><font size=2 face="sans-serif">Thanks for responding.</font>
<br>
<br><font size=2 face="sans-serif">I took a look at what you had sent, but it appears as though you missed the original intent of my question. I can print the data as it's read from the file, but not after it has been. I'm going to use this for a file viewer, so I need to read the file into memory and then access the data via some type of index. In an array I can use ArrayName [Index] to point to any element of the array but I can't seem to duplicate that functionality for a 'dynamic' structure.</font>
<br>
<br><font size=2 face="sans-serif">Jim</font>
<br>