• bbs.replace_text

    From Mindless Automaton@VERT/ELDRITCH to DOVE-Net.Programming_(Javascript) on Thu Jul 15 23:05:53 2010
    What is the correct syntax for replacing an entry of text.dat that has ãmultiple lines?ããI tried bbs.replace_text (666, "Oooga" \ "Booga" \ "Boo!\r\n: ")ããBut I get a syntax error.ããThanks!ããMindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From Mindless Automaton@VERT/ELDRITCH to Mindless Automaton on Mon Jul 19 09:41:56 2010
    Mindless Automaton wrote:ã> What is the correct syntax for replacing an entry of text.dat that has ã> multiple lines?ã> ã> I tried bbs.replace_text (666, "Oooga" \ "Booga" \ "Boo!\r\n: ")ã> ã> But I get a syntax error.ã> ã> Thanks!ã> ã> Mindless AutomatonããAlso a typo in text.dat:ãã"Save/Append messsage to another file" 057 SaveMsgToFileããã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.orgã
  • From Digital Man@VERT to Mindless Automaton on Mon Jul 19 16:44:03 2010
    Re: bbs.replace_textã By: Mindless Automaton to DOVE-Net.Programming_(Javascript) on Thu Jul 15 2010 11:05 pmãã > What is the correct syntax for replacing an entry of text.dat that hasã > multiple lines?ã >ã > I tried bbs.replace_text (666, "Oooga" \ "Booga" \ "Boo!\r\n: ")ã >ã > But I get a syntax error.ããJust: bbs.replace_test(666, "Oooga Booga Boo!\r\n:");ããYou can insert more "\r\n" pairs in there if you want it to display acrossãmultiple lines.ãã digital manããSnapple "Real Fact" #55:ãA human brain weighs about 3lbs.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Mindless Automaton on Mon Jul 19 16:44:13 2010
    Re: Re: bbs.replace_textã By: Mindless Automaton to Mindless Automaton on Mon Jul 19 2010 09:41 amãã > Mindless Automaton wrote:ã > > What is the correct syntax for replacing an entry of text.dat that hasã > > multiple lines?ã > >ã > > I tried bbs.replace_text (666, "Oooga" \ "Booga" \ "Boo!\r\n: ")ã > >ã > > But I get a syntax error.ã > >ã > > Thanks!ã > >ã > > Mindless Automatonã >ã > Also a typo in text.dat:ã >ã > "Save/Append messsage to another file" 057 SaveMsgToFileããThanks.ãã digital manããSnapple "Real Fact" #14:ãCamel's milk does not curdle.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã