<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I'd like to have -- for example -- for all fuel stations both, the
    phone and fax numbers to be included in the phone field of the
    address-information.<br>
    Therefore I included the following rule in the points file:<br>
    <br>
    <font face="Courier New">amenity=fuel &amp; fax=* {set mkgmap:phone
      = 'phone: ${mkgmap:phone} fax: ${fax}' | 'fax: ${fax}'}</font><br>
    <br>
    So phone and fax numbers are separated by a space character.<br>
    However it would help for a better readabilty to have phone and fax
    number separated by a newline.<br>
    So I tried the following rule<br>
    <font face="Courier New"><br>
      amenity=fuel &amp; fax=* {set mkgmap:phone = 'phone:
      ${mkgmap:phone}</font><font face="Courier New"><font face="Courier
        New">\n</font>fax: ${fax}' | 'fax: ${fax}'}<br>
    </font><br>
    But to no avail. "\n" is display as it is and is not interpreted as
    an escape sequence.<br>
    So I played aroud with different approaches, for example the unicode
    newline 0x0085.<br>
    <br>
    <font face="Courier New"><font face="Courier New">amenity=fuel &amp;
        fax=* {set mkgmap:phone = 'phone: ${mkgmap:phone}</font></font><font
      face="Courier New"><font face="Courier New"><font face="Courier
          New">\u0085</font>fax: ${fax}' | 'fax: ${fax}'}<br>
      </font></font><br>
    This also didn't work.<br>
    <br>
    So the questions I have are:<br>
    Are the garmin devices (Oregon 550 in my case) able to display
    address-info with linebreaks in one field on two diffeent lines?<br>
    And if so: Is it possible to have a newline or line break included
    in a string assignment in an action block?<br>
    <br>
    Thanks.<br>
    <br>
    Wolfgang<br>
  </body>
</html>