Subj : Display a long text file with pauses
To : The Lizard Master
From : Digital Man
Date : Mon Dec 14 2020 09:06 pm
Re: Display a long text file with pauses
By: The Lizard Master to All on Mon Dec 14 2020 10:20 am
> Is there a function I can call to dislay a text file with pauses.
>
> I can read the text file into a variable and then display the file, but it's
> just a dump. I figured there is probably a display file function I'm
> missing.
The easiest method is console.printfile().
If you want to do it more manually for some reason, you can use the File methods to read the data and then console.putmsg() to display it (with screen-pauses).
--
digital man