2016-02-02 06:55 AM - last edited on 2023-07-12 09:14 PM by Doreena Deng
sprintf((*memo.dimElems).note.content, "<MeasuredValue>\n%d EQ PANELS", panelCnt);
sprintf((*memo.dimElems).note.content, "<MeasuredValue>¶%d EQ PANELS", panelCnt);
2016-02-03 04:14 AM
2016-03-09 12:14 PM
2016-03-09 10:53 PM
2016-03-10 10:59 AM
ReignBough wrote: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?
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.
2016-03-11 10:48 AM
Ralph wrote:Thanks. Found it. It is ASCII 13, or 0x0D, or '\r'.
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?
2016-04-20 11:08 AM