• !define LEN_TITLE

    From Hax0r@HAX0RQWK to All on Friday, July 28, 2000 20:25:00
    SBBSDEFS.INC has a statement which looks like its supposed to modify the max len of the Title: prompt input, but changing this number does not apparently do anything.

    I would like to limit my title input in an e-mail message, and it is *impossible* to do it with SETSTR/GETLINE/UNGETSTR as MAIL_SEND takes control prompting you for recipient (ok, i can grab that ahead of time) and then Title , for which the text input box is around 70 chars or so, which I cannot grab ahead of time..

    it would be nice if you could pass params to MAIL_SEND and MAIL_SEND_NETMAIL, instead of them just taking over as it is now.

    ---
    ■ Synchronet ■ hax0r's palace - unknown-realm.dynip.com - you've been hax0r'd
  • From Digital Man to Hax0r on Saturday, July 29, 2000 10:29:11
    RE: !define LEN_TITLE
    BY: Hax0r to All on Sat Jul 29 2000 03:25 am

    SBBSDEFS.INC has a statement which looks like its supposed to modify the max len of the Title: prompt input, but changing this number does not apparently anything.

    No, those are CONSTANT definitions. They are there for your use, not modification. The Title lengths are hard-coded in SBBS.DLL and determined by the type of mesage/sub-board.

    I would like to limit my title input in an e-mail message, and it is *impossible* to do it with SETSTR/GETLINE/UNGETSTR as MAIL_SEND takes contro prompting you for recipient (ok, i can grab that ahead of time) and then Tit , for which the text input box is around 70 chars or so, which I cannot grab ahead of time..

    it would be nice if you could pass params to MAIL_SEND and MAIL_SEND_NETMAIL instead of them just taking over as it is now.

    Perhaps in the future.

    Rob