<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>> <br><div>> > I am now trying to change the housenumber code so<br>> > that it produces the additional lists. If I got that right,<br>> > we need a new data structure containing<br>> > a) the list of Numbers (as we have now)<br>> > b) an optional list of zip codes , each a class with two fields:<br>> > int rNode;<br>> > String zipCode;<br>> > c) an optional list of city names, each a class with 4 fields:<br>> > int rNode;<br>> > String city,region,country;<br>> <br>> We need left and right versions of each. We only need the<br>> integer city index and the integer zip index, if that information<br>> 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>