<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">I have this:<br>
uses fgl;<br>
<br>
Type<br>
RScene=record<br>
ID : Word;<br>
Name, Category : String;<br>
end;<br>
<br>
TSceneList=specialize TFPGList<RScene>; <br>
<br>
<br>
The error is: Operator is not overloaded: "RScene" = "RScene"<br>
<br>
<br>
I suppose the generic thing does not know how to compare 2 records.<br>
How do I solve that?<br>
<br>
Dennis<br>
</font>
</body>
</html>