Subj : Re: Syntaxtic!
To : Digital Man
From : Mindless Automaton
Date : Mon Feb 21 2011 11:41 am
On 02/18/2011 04:54 PM, Digital Man wrote:
> Re: Syntaxtic!
> By: Mindless Automaton to DOVE-Net.Programming_(Javascript) on Thu Feb 17 2011 11:17 pm
>
> > What is the correct way to use no pause when using console.printfile?
> >
> > console.printfile(filename [,mode=P_NONE])
> >
> > Or at least point me to a js file I can look it up in. :)
>
> console.printfile("somefile.txt", P_NOPAUSE);
>
Thanks! But I guess I was using an old bullet.js and its changed a bit
so the line is:
What I am trying to accomplish is to have bulletin just dump the file
and have any pause in the asc or whatever file I am displaying.
I put in the "-nopause" between str & "BullsEye.." but after the two
sections of my bulletin file are displayed, I still got the [Hit any
Key] at the end of the file.
I suppose there is something I am missing in there..