This might be wishful thinking, but is there a way to call the SBBS
built-in editor from a Javascript process? I would love to have the ability to call the built-in editor in much the same way one would call getstr.
That is, you would have the option of passing in text to edit, and then the built-in editor would return the edited text as a string to the calling process. Thoughts?
This might be wishful thinking, but is there a way to call the SBBS
built-in editor from a Javascript process? I would love to have the ability to call the built-in editor in much the same way one would call getstr.
That is, you would have the option of passing in text to edit, and then the built-in editor would return the edited text as a string to the calling process. Thoughts?
This might be wishful thinking, but is there a way to callYou can use console.editfile() to edit or create a text file
the SBBS built-in editor from a Javascript process? I
would love to have the abili to call the built-in editor
in much the same way one would call getstr. That is, you
would have the option of passing in text to edit, and then
t built-in editor would return the edited text as a string
to the calling process. Thoughts?
(see http://synchro.net/docs/jsobjs.html#console_methods for
details) and then re that file into your script with
File.readAll().
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 577 |
Nodes: | 8 (0 / 8) |
Uptime: | 62:25:47 |
Calls: | 10,734 |
Calls today: | 1 |
Files: | 5 |
Messages: | 442,643 |