<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>myobject = new Object();<br><br><br>myobject[130] = "alpha";<br>myobject[230] = "bravo";<br>myobject[330] = "charlie";<br><br>Not knowing the numerics that will wind up in there, how do I loop through it?<br><br>e.g. I want to match the alpha values to something else and get the property.<br><br><br><br><br><br><br><br>                                               </body>
</html>