On Mar 12, 8:54 am, wtt <wtripl...@[EMAIL PROTECTED]
> wrote:
> Dear all,
>
> I have a text file that I would like to have displayed when the user
> selects a certain menu item. Is there something special that I need to
> do in order to reference this text file? It is included in the
> project. I looked at the OPENR description, and it seems to want to
> open files from the filesystem.
>
> Thanks very much,
> Bill
Well, not sure if this what you want, but you could
1-read the ascii file into a string array/matrix
2-save that string array in a .sav file
3-have you program restore the .sav file and display the string array
the way you want


|