Items in alt.bbs.mystic

Subject:Re: MsgEditor/MsgEditSet/
Date:Friday, 26 Oct 2012 06:01:00 -500
From:"g00r00" <g00r00@bbs-scene.org>
Newsgroups:alt.bbs.mystic
Gr> The problem with MsgEditSet, is you have to specify which line in the
Gr> buffer to place the text.  But how do we know how many lines are in the
Gr> buffer unless we also utilize the MsgEditor function?

Ahh thats a good point.  One way to get it might be to count backwards
from the max number of possible lines and check to see if it is not equal
to ''

Gr> Does MsgEditGet return a value that can be used to determine if it is past
Gr> the buffer limit or not?  I know it returns the string associated with the
Gr> line, but if it goes past the buffer, what will it return?

I am not totally sure but I THINK it should return a blank line ('').  I'll
have to figure out a way to make this work better in the future.

Gr> Also, what is the is the meaning of the first parameter of MsgEditor?  Is
Gr> it always set to '0'?

Yes the first option is unused I can't remember what exactly I was planning
for it at the time. :)