Re: console.ungetstr commandã By: High Spirit to All on Tue Jan 09 2018 12:25:55ãã > Can someone tell me how this command works? Where do I put the string that Iã > want in the buffer?ãã
http://synchro.net/docs/jsobjs.html#consoleããThe console.ungetstr method inserts an arbitrary string into the input bufferã(essentially makes it as if the user typed the string).ããconsole.clear(15);ãconsole.ungetstr('test test test\r\n');ãvar str = console.getstr();ãconsole.putmsg(str);ãconsole.pause();ããã---ãechickenãelectronic chicken bbs - bbs.electronicchicken.com - 416-273-7230ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã