<?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: 2 line Zone tags in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47504#M24038</link>
    <description>I'm going to change the script to say use 2 spaces instead of the forward slash. Then it looks good in plan and it still works for the schedule.&lt;BR /&gt;
&lt;BR /&gt;
Just thought I's pass the quick fix on,&lt;BR /&gt;
Michele</description>
    <pubDate>Tue, 22 Mar 2005 00:01:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-03-22T00:01:46Z</dc:date>
    <item>
      <title>2 line Zone tags</title>
      <link>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47503#M24037</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have a version of Eric Batte's zone tag that has 2 lines for the title of the zone tag by using a / where you want the break. I don't want to use it because then your room names in the schedule has a bunch of / in it and I don't want that.  Does anyone have some code I can add to an existing zone tag to make it work (like wrapping the room name and not having to put in others things to make it work?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any ideas,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Mar 2005 23:19:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47503#M24037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-21T23:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: 2 line Zone tags</title>
      <link>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47504#M24038</link>
      <description>I'm going to change the script to say use 2 spaces instead of the forward slash. Then it looks good in plan and it still works for the schedule.&lt;BR /&gt;
&lt;BR /&gt;
Just thought I's pass the quick fix on,&lt;BR /&gt;
Michele</description>
      <pubDate>Tue, 22 Mar 2005 00:01:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47504#M24038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-22T00:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: 2 line Zone tags</title>
      <link>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47505#M24039</link>
      <description>How's this?&lt;BR /&gt;

&lt;PRE&gt;	split_char = "  " ! Two spaces
	
	txlen = STRLEN (Zname)
	tx_split = STRSTR (zname, split_char) 

	IF tx_split &amp;lt;&amp;gt; 0 THEN
		Zname1 = STRSUB(zname, 1, tx_split-1)
		Zname2 = STRSUB(zname, tx_split+2, txlen)
	ELSE 
		Zname1 = ""
		Zname2 = ZNAME
	ENDIF

    	TEXT2 0,-0.7, Zname2
	TEXT2 0, 4.3, Zname1&lt;/PRE&gt;

That's how I modified our Zone tag.</description>
      <pubDate>Tue, 22 Mar 2005 13:48:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/2-line-Zone-tags/m-p/47505#M24039</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-03-22T13:48:43Z</dc:date>
    </item>
  </channel>
</rss>

