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.
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.
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?
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.
Let me ask another question. Can you call a baja module from inside a javascript
module
Yes, using bbs.exec().
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.
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.
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 578 |
Nodes: | 8 (0 / 8) |
Uptime: | 02:48:54 |
Calls: | 10,736 |
Files: | 5 |
Messages: | 443,450 |