• bbs.replace_text

    From Mindless Automaton@ELDRITCH to DOVE-Net.Programming_(Javascript) on Thursday, July 15, 2010 23:05:53
    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@ELDRITCH to Mindless Automaton on Monday, July 19, 2010 09:41:56
    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 to Mindless Automaton on Monday, July 19, 2010 16:44:03
    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.
  • From Digital Man to Mindless Automaton on Monday, July 19, 2010 16:44:13
    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.