• Syntaxtic!

    From Mindless Automaton@VERT/ELDRITCH to DOVE-Net.Programming_(Javascript) on Thu Feb 17 23:17:37 2011
    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. :)ããThanks!ããMindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From Digital Man@VERT to Mindless Automaton on Fri Feb 18 13:54:51 2011
    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);ãã digital manããSnapple "Real Fact" #70:ãA "jiffy" is actually 1/100 of a second.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Dreamer@VERT/SETXBBS to All on Sat Feb 19 08:42:00 2011
    Re: Syntaxtic!ã By: Digital Man to Mindless Automaton on Fri Feb 18 2011 01:54 pmãã > Snapple "Real Fact" #70:ã > A "jiffy" is actually 1/100 of a second.ããJust thought I'd throw this out there: has anyone actually looked this up? ãThe best, most concise definition I found:ãã1) 1/100 of a second 2) one millisecond 3) approximately one nanosecond ã4) indeterminate time from a few seconds to foreverããRead more: http://www.answers.com/topic/jiffy#ixzz1EPqg2EF5ãã'jiffy' has to be the most general word in the english language! ;)ãã---ã þ Synchronet þ Southeast Texas BBS -- setxbbs.synchro.netã
  • From Mindless Automaton@VERT/ELDRITCH to Digital Man on Mon Feb 21 11:41:06 2011
    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:ããload(new Object, "typeasc.js", str, "BullsEye Bulletin #"+b);ãã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..ããThanks!ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From Mindless Automaton@VERT/ELDRITCH to Mindless Automaton on Mon Feb 21 14:05:01 2011
    On 02/21/2011 11:41 AM, Mindless Automaton wrote:ã> On 02/18/2011 04:54 PM, Digital Man wrote:ã>ã>ã> I suppose there is something I am missing in there..ã>ããLike the fact its not on the console.print line that is a few lines up:ããconsole.printfile(mod_dir+"bullseye/text/bullseye.asc", P_NOPAUSE);ããPosting the question always helps point out the obvious answer. :PããThanks!ããMindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From Nightfox@VERT/DIGDIST to Dreamer on Wed Feb 23 14:35:24 2011
    Re: Jiffyã By: Dreamer to All on Sat Feb 19 2011 08:42:00ãã > The best, most concise definition I found:ãã > 1) 1/100 of a second 2) one millisecond 3) approximately one nanosecond ã > 4) indeterminate time from a few seconds to foreverãã > 'jiffy' has to be the most general word in the english language! ;)ãã;) I wonder if it could also be used as an adjective, meaning "like Jif peanutãbutter". :PããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS: digdist.bbsindex.comã
  • From Poindexter Fortran@VERT/REALITY to Nightfox on Thu Feb 24 09:28:21 2011
    Re: Jiffyã By: Nightfox to Dreamer on Wed Feb 23 2011 02:35 pmãããI always heard that a Jiffy was 1/60th of a second, based on AC cycles or timerãinterrupts on a Commodore PET.ãã--pFããã poindexter fortran ³ realitycheckbbs.orgã ³ pfortran@realitycheckbbs.orgã ³ 1:218/700@fidonetãã---ã þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.orgã
  • From Digital Man@VERT to Mindless Automaton on Fri Feb 25 15:42:05 2011
    Re: Re: Syntaxtic!ã By: Mindless Automaton to Digital Man on 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:ã >ã > load(new Object, "typeasc.js", str, "BullsEye Bulletin #"+b);ã >ã > 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..ããSo you tried load(new Object, "typeasc.js", "-nopause", str, "BullsEye..."); ?ãThat should work.ãã digital manããSnapple "Real Fact" #143:ãQ is the only letter in the alphabet not appearing in the name of any U.S. state. ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nightfox@VERT/DIGDIST to Poindexter Fortran on Sat Feb 26 07:03:16 2011
    Re: Jiffyã By: Poindexter Fortran to Nightfox on Thu Feb 24 2011 09:28:21ãã > I always heard that a Jiffy was 1/60th of a second, based on AC cycles or tiããI remember hearing that somewhere too.ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS: digdist.bbsindex.comã