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: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 110 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 07:06:43 |
| Calls: | 7,198 |
| Calls today: | 3 |
| Files: | 9,233 |
| D/L today: |
213 files (90,542K bytes) |
| Messages: | 381,137 |
| Posted today: | 3 |