<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Steve,<br>&gt; <br><div>&gt; &gt; I am now trying to change the housenumber code so<br>&gt; &gt; that it produces the additional lists. If I got that right,<br>&gt; &gt; we need a new data structure containing<br>&gt; &gt; a) the list of Numbers (as we have now)<br>&gt; &gt; b) an optional list of zip codes , each a class with two fields:<br>&gt; &gt; int rNode;<br>&gt; &gt; String zipCode;<br>&gt; &gt; c) an optional list of city names, each a class with 4 fields:<br>&gt; &gt; int rNode;<br>&gt; &gt; String city,region,country;<br>&gt; <br>&gt; We need left and right versions of each.  We only need the<br>&gt; integer city index and the integer zip index, if that information<br>&gt; is available when it is constructed.<br><br>good, almost forgot again that left and right can be different.<br><br>reg. the field rNode : I think this can be any number node ?<br><br>I think the calculation of the int value for the combination of <br>city+region+country can only be done when the LBLfile is <br>already written? My understanding is that the int <br>is a value that corresponds to the field<br>uk.me.parabola.imgfmt.app.ImgFileWriter.City.index ?<br><br>Gerd<br><br></div>                                               </div></body>
</html>