Subj : Re: Add and object to an array To : Mortifis From : echicken Date : Thu Jul 18 2019 05:53 pm Re: Re: Add and object to an array By: Mortifis to echicken on Thu Jul 18 2019 18:30:52 Mo> I tried a bunch of methods I researched but none of them worked. still not Mo> sure how to get console.log() to work, says undefined. console.log() is a thing in web browsers and in node.js, but not in Synchronet's JS environment. Some JS examples you see on the web won't transfer perfectly into this space. We do have the log(level, message) function here: log(LOG_DEBUG, 'This is a debug message'); or you can omit the loglevel parameter: log('This is a message, probably at the INFO level (?)'); The LOG_* level variables are defined in sbbsdefs.js. --- echicken electronic chicken bbs - bbs.electronicchicken.com þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com .