So I have a program I need to do a readc when the refresh happens every 30 seconds. Just so I can put the data back on the display from the user.. I don;t want them to lose it.
So how can I do that?

I have everything to work in on the refresh part.. I just can't do a readc..

...
Write SFL;
Read(E) EDIACPTD;
...

I have to monitor for the 1331. Can I have the refresh read through the subfile then I can store the data?

Thanks