Hi, How can I compare two record? Like this : > type TRec=record na:string; end;
> var R1,R2:TRec; Begin
> R1.na:='A';
> R2.na:='B';
>
> if R1<>R2 then Showmessage('Error')
Regards, Ara
--
http://www.fastmail.com - Email service worth paying for. Try it for free
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
