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: | digital man |
|---|---|
| Location: | Riverside County, California |
| Users: | 1,151 |
| Nodes: | 17 (0 / 17) |
| Uptime: | 33:35:44 |
| Calls: | 509,174 |
| Calls today: | 10 |
| Files: | 291,664 |
| D/L today: |
38,681 files (6,709M bytes) |
| Messages: | 468,445 |
| Posted today: | 3 |