Re: MsgBase first_msg property.
By: deon to Digital Man on Fri May 06 2022 09:05 pm
> Hey DM,
>
> I've noticed everytime I use the MsgBase first_msg property, it is always
> zero. (last_msg seems to always be correct.)
>
> Should it always be zero?
>
> Looking at one of my msgbases, fsx_gen:
>
> Opening [1002101] - (fsx_gen)
> - First:0 <-- first_msg property
Seems to work for me. I wrote this simple test script and it displays non-zero first message values for my mail base and sub-boards:
var base = new MsgBase(argv[0]);
if(!base.open())
alert("Can't open " + base.code);
print(base.first_msg);
--
digital man (rob)
Synchronet "Real Fact" #10:
The name "DOVE-Net" was suggested by King Drafus (sysop of The Beast's Domain)
Norco, CA WX: 78.8øF, 42.0% humidity, 5 mph E wind, 0.00 inches rain/24hrs
--- SBBSecho 3.15-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
|