<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: New line in dimension note in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255254#M4981</link>
    <description>I don't think that either one is correct. &lt;BR /&gt;
You should not see any such character.&lt;BR /&gt;
The text following such a character should simply be placed into a new line.&lt;BR /&gt;
&lt;BR /&gt;
This might have something to do with your Archicad version and Windows version not working together well.&lt;BR /&gt;
Try upgrading to the latest hotfix and see if this problem persists.</description>
    <pubDate>Wed, 03 Feb 2016 03:14:48 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2016-02-03T03:14:48Z</dc:date>
    <item>
      <title>[SOLVED] New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255253#M4980</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I found out that the note in dimension can now be a multi-line. But when I tried using "\n" it was shown as the replacement character "▯" but it is correctly displayed in the settings dialog. When I tried using paragraph marker, "¶", it is shown as it is.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; (2016 Feb 02)&lt;BR /&gt;What I did was:&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;for new line:
&lt;PRE&gt;sprintf((*memo.dimElems)&lt;I&gt;.note.content, "&amp;lt;MeasuredValue&amp;gt;\n%d EQ PANELS", panelCnt);
&lt;/I&gt;&lt;/PRE&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;for paragraph marker:
&lt;PRE&gt;sprintf((*memo.dimElems)&lt;I&gt;.note.content, "&amp;lt;MeasuredValue&amp;gt;¶%d EQ PANELS", panelCnt);
&lt;/I&gt;&lt;/PRE&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/70926i68721ABC1DCE7773/image-size/large?v=v2&amp;amp;px=999" border="0" alt="zzz.png" title="zzz.png" /&gt;</description>
      <pubDate>Wed, 12 Jul 2023 19:14:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255253#M4980</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2023-07-12T19:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255254#M4981</link>
      <description>I don't think that either one is correct. &lt;BR /&gt;
You should not see any such character.&lt;BR /&gt;
The text following such a character should simply be placed into a new line.&lt;BR /&gt;
&lt;BR /&gt;
This might have something to do with your Archicad version and Windows version not working together well.&lt;BR /&gt;
Try upgrading to the latest hotfix and see if this problem persists.</description>
      <pubDate>Wed, 03 Feb 2016 03:14:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255254#M4981</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-02-03T03:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255255#M4982</link>
      <description>Can anyone move this post on Developer forum, please? I post it on a wrong forum. Thanks.</description>
      <pubDate>Wed, 09 Mar 2016 11:14:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255255#M4982</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2016-03-09T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255256#M4983</link>
      <description>I have moved it to the Developer Forum.</description>
      <pubDate>Wed, 09 Mar 2016 21:53:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255256#M4983</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-03-09T21:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255257#M4984</link>
      <description>&lt;BLOCKQUOTE&gt;ReignBough wrote:&lt;BR /&gt;I found out that the note in dimension can now be a multi-line. But when I tried using "\n" it was shown as the replacement character "▯" but it is correctly displayed in the settings dialog. When I tried using paragraph marker, "¶", it is shown as it is.&lt;/BLOCKQUOTE&gt;
How about creating a multi-line dimension manually (i.e. with ARCHICAD's tools) and then examining the resulting data through the API to see what delimiter it uses?</description>
      <pubDate>Thu, 10 Mar 2016 09:59:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255257#M4984</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2016-03-10T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255258#M4985</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;How about creating a multi-line dimension manually (i.e. with ARCHICAD's tools) and then examining the resulting data through the API to see what delimiter it uses?&lt;/BLOCKQUOTE&gt;

Thanks. Found it. It is ASCII 13, or 0x0D, or '\r'.</description>
      <pubDate>Fri, 11 Mar 2016 09:48:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255258#M4985</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2016-03-11T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] New line in dimension note</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255259#M4986</link>
      <description>Hi All, &lt;BR /&gt;
as Laszlo Nagy pointed out before me, please download the latest update!&lt;BR /&gt;
best, k</description>
      <pubDate>Wed, 20 Apr 2016 09:08:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-New-line-in-dimension-note/m-p/255259#M4986</guid>
      <dc:creator>Katalin Borszeki</dc:creator>
      <dc:date>2016-04-20T09:08:11Z</dc:date>
    </item>
  </channel>
</rss>

