• Grrrr.....

    From Frozen Fire@IMATRIX to All on Wednesday, May 15, 2002 12:59:00

    Alright.. I have used replace_string 98 "whatever", with no effect..


    String 98 still says "Re: Feedback"

    And now...

    mail_send_feedback puts nothing in the title.


    something I forget to include? etc???

    HELP

    ff


    ---
    ■ Synchronet ■ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!
  • From Tracker1@RDBBS to All on Wednesday, May 15, 2002 11:55:00
    "Frozen Fire" <Frozen Fire@VERT> wrote in message...
    Alright.. I have used replace_string 98 "whatever", with no effect..

    String 98 still says "Re: Feedback"
    And now...
    mail_send_feedback puts nothing in the title.

    something I forget to include? etc???
    HELP

    replace_string is only temporary, doesn't actually change the file.

    replace_string ...
    mail_send_feedback
    restore_string ... #not sure on this one..

    you replace the string, send the feedback (uses temp string) then
    restore the string.. if you want to PERMANENTLY change it, edit
    the text.dat file in ./data


    =======================================================================
    Michael J. Ryan - tracker1[*at*]theroughnecks.com
    Roughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.net =======================================================================
    Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see email
    One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/

    ---
    ■ Synchronet ■ *QWK Origin: Roughneck BBS - theroughnecks.net
  • From PistolGrip@WASTELND to Tracker1 on Wednesday, May 15, 2002 20:50:00
    Re: Grrrr.....
    By: Tracker1 to All on Wed May 15 2002 10:55 am

    Alright.. I have used replace_string 98 "whatever", with no effect..

    String 98 still says "Re: Feedback"
    And now...
    mail_send_feedback puts nothing in the title.

    something I forget to include? etc???
    HELP

    replace_string is only temporary, doesn't actually change the file.

    replace_string ...
    mail_send_feedback
    restore_string ... #not sure on this one..

    Guys, it's "REPLACE_TEXT", not "REPLACE_STRING".

    :-)

    PistolGrip
    ----------

    ---
    ■ Synchronet ■ WasteLand BBS ■ telnet://wasteland-bbs.com
  • From Tracker1@RDBBS to All on Wednesday, May 15, 2002 20:59:00
    "PistolGrip" <PistolGrip@VERT> wrote in message...

    replace_string is only temporary, doesn't actually change the file.

    replace_string ...
    mail_send_feedback
    restore_string ... #not sure on this one..

    Guys, it's "REPLACE_TEXT", not "REPLACE_STRING".

    Sorry, didn't look it up before speaking out of turn.. ;)

    =======================================================================
    Michael J. Ryan - tracker1[*at*]theroughnecks.com
    Roughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.net =======================================================================
    Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see email
    One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/

    ---
    ■ Synchronet ■ *QWK Origin: Roughneck BBS - theroughnecks.net
  • From Frozen Fire@IMATRIX to Tracker1 on Wednesday, May 15, 2002 23:53:00
    Re: Grrrr.....
    By: Tracker1 to All on Wed May 15 2002 11:55:00

    "Frozen Fire" <Frozen Fire@VERT> wrote in message...
    Alright.. I have used replace_string 98 "whatever", with no effect..

    String 98 still says "Re: Feedback"
    And now...
    mail_send_feedback puts nothing in the title.

    something I forget to include? etc???
    HELP

    replace_string is only temporary, doesn't actually change the file.

    replace_string ...
    mail_send_feedback
    restore_string ... #not sure on this one..

    you replace the string, send the feedback (uses temp string) then
    restore the string.. if you want to PERMANENTLY change it, edit
    the text.dat file in ./data


    ======================================================================= Michael J. Ryan - tracker1[*at*]theroughnecks.com
    Roughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.net =======================================================================
    Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see email
    One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/


    Thats good info.. but now send_mail_feedback won't insert anything in the title field. Strange...



    ---
    ■ Synchronet ■ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!
  • From Frozen Fire@IMATRIX to PistolGrip on Wednesday, May 15, 2002 23:57:00
    Re: Grrrr.....
    By: PistolGrip to Tracker1 on Wed May 15 2002 20:50:00

    Re: Grrrr.....
    By: Tracker1 to All on Wed May 15 2002 10:55 am

    Alright.. I have used replace_string 98 "whatever", with no effect..

    String 98 still says "Re: Feedback"
    And now...
    mail_send_feedback puts nothing in the title.

    something I forget to include? etc???
    HELP

    replace_string is only temporary, doesn't actually change the file.

    replace_string ...
    mail_send_feedback
    restore_string ... #not sure on this one..

    Guys, it's "REPLACE_TEXT", not "REPLACE_STRING".

    :-)

    PistolGrip
    ----------


    Yeah.. The Compiler said that too :)



    Well.. not in so many words....



    ---
    ■ Synchronet ■ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!
  • From Finnigann@BNB to PistolGrip on Thursday, May 16, 2002 02:07:00
    Re: Grrrr.....
    By: Tracker1 to All on Wed May 15 2002 10:55 am

    Alright.. I have used replace_string 98 "whatever", with no
    effect..

    String 98 still says "Re: Feedback"
    And now...
    mail_send_feedback puts nothing in the title.

    something I forget to include? etc???
    HELP

    replace_string is only temporary, doesn't actually change the file.

    replace_string ...
    mail_send_feedback
    restore_string ... #not sure on this one..

    Guys, it's "REPLACE_TEXT", not "REPLACE_STRING".

    :-)


    From the BaJA manual

    REPLACE_TEXT 563 "\1n-=[Hit a Key]=- "
    PAUSE
    REVERT_TEXT 563

    If the argument is the word ALL, then all text strings are reverted to
    the original TEXT.DAT entries.

    James King | Get TV-NET here
    Sysop - BNB BBS | ftp://bnb.dtdns.net\TV-NET.ZIP
    Coldwater, MI 49036 | http://www.synchro.net/sbbslist.html
    ---
    ■ CMPQwk #1.42■ UNREGISTERED EVALUATION COPY
    ■ Synchronet ■ Bits-N-Bytes BBS One Hellofa BBS telent://bnb.dtdns.net