• conio

    From echto@VERT/ECHTOBBS to digital man on Thu Sep 19 17:21:51 2019
    Hrmmm... am I missing something? I'm getting a conio is not defined error message when trying to executeããconio.clrscr()ããReferenceError: conio is not defined.ããechtoãã---ã þ Synchronet þ Pure Threadripper. --==={bbs.echto.net}===--ã
  • From Digital Man@VERT to echto on Thu Sep 19 18:41:10 2019
    Re: conioã By: echto to digital man on Thu Sep 19 2019 05:21 pmãã > Hrmmm... am I missing something? I'm getting a conio is not defined errorã > message when trying to executeã >ã > conio.clrscr()ã >ã > ReferenceError: conio is not defined.ããThe conio object is only available in JSexec. Perhaps you want console.clear() instead.ãã digital manããSynchronet/BBS Terminology Definition #69:ãSSL = Secure Sockets Layer (precursor to TLS)ãNorco, CA WX: 69.8øF, 72.0% humidity, 8 mph NE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From echto@VERT/ECHTOBBS to Digital Man on Thu Sep 19 20:20:16 2019
    Re: conioã By: Digital Man to echto on Thu Sep 19 2019 06:41 pmãã > > Hrmmm... am I missing something? I'm getting a conio is not definedã > > error message when trying to executeãã > > conio.clrscr()ãã > > ReferenceError: conio is not defined.ãã > The conio object is only available in JSexec. Perhaps you wantã > console.clear() instead.ããJSexec. ok. Thanks for the suggestion, yes, I knew about console.clear(). Iãwas trying to understand why none of the conio methods were working and just used conio.clrscr() as an example.ããLet me ask another question. Can you call a baja module from inside aãjavascript module and if so does the javascript module terminate when the baja module executes?ãã---ã þ Synchronet þ Pure Threadripper. --==={bbs.echto.net}===--ã
  • From Digital Man@VERT to echto on Thu Sep 19 22:21:32 2019
    Re: conioã By: echto to Digital Man on Thu Sep 19 2019 08:20 pmãã > > > ReferenceError: conio is not defined.ã >ã > > The conio object is only available in JSexec. Perhaps you wantã > > console.clear() instead.ã >ã > JSexec. ok. Thanks for the suggestion, yes, I knew about console.clear(). Iã > was trying to understand why none of the conio methods were working and justã > used conio.clrscr() as an example.ã >ã > Let me ask another question. Can you call a baja module from inside aã > javascript moduleããYes, using bbs.exec().ãã > and if so does the javascript module terminate when theã > baja module executes?ããNo.ãã digital manããThis Is Spinal Tap quote #16:ãDavid St. Hubbins: I believe virtually everything I read...ãNorco, CA WX: 63.8øF, 86.0% humidity, 5 mph E wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From echto@VERT/ECHTOBBS to Digital Man on Fri Sep 20 05:26:45 2019
    Re: conioã By: Digital Man to echto on Thu Sep 19 2019 10:21 pmãã > Re: conioã > By: echto to Digital Man on Thu Sep 19 2019 08:20 pmã >ã > > > > ReferenceError: conio is not defined.ã >ã > > > The conio object is only available in JSexec. Perhaps you wantã > > > console.clear() instead.ã >ã > > JSexec. ok. Thanks for the suggestion, yes, I knew aboutã > > console.clear(). I was trying to understand why none of the conio methodsã > > were working and just used conio.clrscr() as an example.ã >ã > > Let me ask another question. Can you call a baja module from inside aã > > javascript moduleã >ã > Yes, using bbs.exec().ã >ã > > and if so does the javascript module terminate when theã > > baja module executes?ã >ã > No.ããok, thank you.ãã---ã þ Synchronet þ Pure Threadripper. --==={bbs.echto.net}===--ã
  • From echto@VERT/ECHTOBBS to Digital Man on Fri Sep 20 06:44:58 2019
    Re: conioã By: Digital Man to echto on Thu Sep 19 2019 10:21 pmãã > > Let me ask another question. Can you call a baja module from inside a javascriptã > > moduleã >ã > Yes, using bbs.exec().ããwhich mode bit would you use for a baja module? I've tried the ones that I thought might work, but when the command is executed synchronet acts like it's trying to execute an external door.ãã---ã þ Synchronet þ Pure Threadripper. --==={bbs.echto.net}===--ã
  • From Digital Man@VERT to echto on Fri Sep 20 12:12:35 2019
    Re: conioã By: echto to Digital Man on Fri Sep 20 2019 06:44 amãã > Re: conioã > By: Digital Man to echto on Thu Sep 19 2019 10:21 pmã >ã > > > Let me ask another question. Can you call a baja module from inside aã > > > javascript moduleã >ã > > Yes, using bbs.exec().ã >ã > which mode bit would you use for a baja module? I've tried the ones that Iã > thought might work, but when the command is executed synchronet acts likeã > it's trying to execute an external door.ããYou execute Baja modules by executing "*modname" where "modname" is the name of the .bin file you want to execute.ãã digital manããSynchronet/BBS Terminology Definition #58:ãR0DENT = Derogatory reference to a young BBS user of the 1990'sãNorco, CA WX: 77.4øF, 52.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From echto@VERT/ECHTOBBS to Digital Man on Fri Sep 20 13:53:40 2019
    Re: conioã By: Digital Man to echto on Fri Sep 20 2019 12:12 pmãã > Re: conioã > By: echto to Digital Man on Fri Sep 20 2019 06:44 amã >ã > > Re: conioã > > By: Digital Man to echto on Thu Sep 19 2019 10:21 pmã > >ã > > > > Let me ask another question. Can you call a bajaã > > > > moduleã > > > > from inside a javascript moduleã >ã > > > Yes, using bbs.exec().ã >ã > > which mode bit would you use for a baja module? I've triedã > > theã > > ones that I thought might work, but when the command isã > > executed synchronet acts like it's trying to execute anã > > external door.ã >ã > You execute Baja modules by executing "*modname" whereã > "modname"ã > is the name of the .bin file you want to execute.ã >ããok.ããThank youããechtoãã---ã þ Synchronet þ Pure Threadripper. --==={bbs.echto.net}===--ã