Subj : src/sbbs3/js_system.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Dec 02 2020 12:09 am https://gitlab.synchro.net/main/sbbs/-/commit/e8ffbc856f75449e20409103 Modified Files: src/sbbs3/js_system.c Log Message: Add system.text() method to return text.dat strings Like bbs.text(), except the "system" object is more widely available (e.g. in JSexec, mail server, web server, services) - in case any text.dat strings are useful in those execution environments tool. Requested by mlong. Also cleaned up the argument validation in some of these other system methods (throw useful error exceptions rather than just returning false). .