<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="x">
<div dir="ltr"><font face="Tahoma" color="#000000" size="2"></font>&nbsp;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">I have a locally defined table with attributes which may contain several values. I define each attribute /value pair as a new entry in the table then use avp_load to retrieve these values from the database. The problem
 is that I don't know how to retrieve the values in a specific order. For example if I have</font><font face="tahoma" size="2">&nbsp;a=1,</font><font face="tahoma" size="2">&nbsp;a=2,</font><font face="tahoma" size="2">&nbsp;a=3 when I load the values for &quot;a&quot; they may be
 2,1,3 or 3,1,2, etc. Is there any way to force loading in a specific sequence.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Thanks,Steve</font></div>
</body>
</html>