Hi Folks:
I am starting to learn Jscript. Simple thing, how do I print something that has a CTRL A code or @LASTON@ ? I am using the userlist.js, I would ideally like to use the print or writeln command. Coming from Turbo/Free pascal, Jscript is not easy, having to unlearn the structued way. This is what I have so far:
// A sample user listing script for Synchronet v3.1+
// $Id: userlist.js,v 1.6 2019/01/11 09:37:25 rswindell Exp $
"use strict";
var str;
require("sbbsdefs.js", 'USER_DELETED');
load("sbbsdefs.js");
load("bajalib.js");
var lastuser = system.lastuser;
var s = baja.print
var u = new User;
var logons = u.logons;
printf("Alias Handle Address Location Connection Logons Security\n");
s ("tes"); print ("@LASTON@");
Hi Folks:
I am starting to learn Jscript.
Simple thing, how do I print something that
has a CTRL A code or @LASTON@ ?
s ("tes"); print ("@LASTON@");
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 120 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 06:40:00 |
| Calls: | 7,381 |
| Calls today: | 6 |
| Files: | 9,252 |
| D/L today: |
892 files (344M bytes) |
| Messages: | 385,233 |
| Posted today: | 7 |