• conio

    From echto@VERT/ECHTOBBS to digital man on Thu Sep 19 13:21:00 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 14:41:00 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 16:20:00 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 18:21:00 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 01:26:00 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 02:44:00 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 08:12:00 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 09:53:00 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}===--