Hey g00r00,
At one point you had mentioned that using the MsgEditSet and MsgEditGet functions to be able to add a tagline to an outbound message. You had said that if it was run from the 'Saving Message' prompt it would work.
I've tried many different ways of accomplishing this, and haven't been able to get it to work. I'm probably missing something simple... :)
Here is what I have. It's just trying to insert a line of text into the message at this point.
snip<=-
Uses CFG
Uses User
Uses MBase
Var
Lines : Integer=0;
Count : Integer=0;
Begin
MsgEditSet(1,'Tagline');
Lines:=1;
MsgEditGet(Count);
End
snip<=-
It will print the text to the screen underneath the message editor when saving the message, but it will not insert the text into the message.
Does the message actually save before the 'Saving Message' prompt is displayed, or did I miss something simple? ;)
Thank you,
---
Black Panther(RCS)
aka Dan Richter
Castle Rock BBS
telnet://bbs.castlerockbbs.com
http://www.castlerockbbs.com
http://github.com/DRPanther
The sparrows are flying again...
--- Mystic BBS v1.12 A47 2020/10/31 (Linux/64)
* Origin: Castle Rock BBS - bbs.castlerockbbs.com - (77:1/102)