Subj : String for node
To   : All
From : DesotoFireflite
Date : Sun Dec 13 2020 03:33 pm

I'm playing with Sync JS, and trying to learn it, but I am stumped as how to get the node number. To be honest, I've hacked bits and pieces to try to make one. Everything displays except the node. Here is the part I'm having a issue with. I marked the area with -----. If you can give me the correct line I need, or paremeter, and explain it like I'm a 5 year old, it will Be appreciated.

/* Display the first n users in the given array. */
function displayLastCallers(users, limit)
{
   for(var i = 0; (i < users.length) && (i < limit); i++)
   {
       var alias = formatString(users[i].alias, 16);
           alias = colorizeString(alias);
       var location = formatString(users[i].location, 20);
           location = colorizeString(location);
       var lastOn = formatDate(new Date(system.timestr(users[i].stats.laston_date)), "NNN. dd, y hh:mma");
           lastOn = formatString(lastOn, 22);
           lastOn = colorizeString(lastOn);
       var mode = formatString(users[i].connection, 6);
           mode = colorizeString(mode);

       var age = users[i].age;
       if(users[i].age <= 0)
       {
           age = "   ";
       }
       else
       {
           age = formatString(age, 3);
           age = colorizeString(age);
       }
------------------------------------------------------------------------------
Problem Area
       var node = formatString(system[i].get_node, 2);
           node = colorizeString(node);
------------------------------------------------------------------------------
       var lastCallerStr = alias + " " + age + " " + location + " " + lastOn + " " + mode + " " + node;

       console.gotoxy(4, 8 + i);
       console.print(lastCallerStr);
   }
}

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
A Gamers Paradise - Over 150 Registered Online Game Doors!

Home Of Odin's Maze Game Server!
Come Play Trade Wars On Valhalla's T.W.G.S!

--- FART(n):  An audio test of one's waste-disposal system.
� Synchronet � Valhalla Home Services � USA � http://valhalla.synchro.net