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: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 127 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 492695:56:30 |
| Calls: | 7,917 |
| Calls today: | 4 |
| Files: | 9,413 |
| U/L today: |
8 files (7,040K bytes) |
| D/L today: |
681 files (700M bytes) |
| Messages: | 400,632 |
| Posted today: | 3 |