Subj : The code
To   : Sean Dennis
From : Scott Little
Date : Thu Oct 15 2009 04:27 pm

[ On 2009-10-13 at 20:56:30, Sean Dennis wrote to Scott Little ]

SD> Var
SD>   URec : UserRec;
SD>   UF : Userflags; { Total of 8 flags }

UserRec would have its own Userflags field, so you don't need to define one
here.  Rather than:

SD>   UF := UF + [Hiddenlog, Hiddenlist];

you'd have something like:

 URec.UF := URec.UF + [Hiddenlog, Hiddenlist];

Change .UF to whatever it's actually called in the UserRec definition.


-- Scott Little  [fidonet#3:712/848 / [email protected]]

--- There is no spoon.
* Origin: [sysgod.org] You know you want it. (3:712/848)