<?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: Script Mistake in &amp;quot;GDL Reference Guide&amp;quot; Founde in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10310#M36409</link>
    <description>You are right that it is not correct.&lt;BR /&gt;
But I think they wanted parentheses to appear, so this would be more appropriate:&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0, "(" + STR (GLOB_WORLD_ORIGO_OFFSET_X + SYMB_POS_X, 9, 4) + "; " + STR(GLOB_WORLD_ORIGO_OFFSET_Y + SYMB_POS_Y, 9, 4)+" )"&lt;BR /&gt;
TEXT2 0, 0.5, "Object Placement"</description>
    <pubDate>Tue, 05 Jul 2005 18:37:53 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2005-07-05T18:37:53Z</dc:date>
    <item>
      <title>Script Mistake in "GDL Reference Guide" Founded</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10309#M36408</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Script Mistake in Example on GDL Reference Guide &amp;gt; Miscellaneous &amp;gt; Global Variables &amp;gt; Free users' globals&lt;BR /&gt;
&lt;BR /&gt;
Written:&lt;BR /&gt;
TEXT2 0, 0, "(" + STR (GLOB_WORLD_ORIGO_OFFSET_X + SYMB_POS_X, 9, 4) + "; " + STR &lt;BR /&gt;
(GLOB_WORLD_ORIGO_OFFSET_Y + SYMB_POS_Y, 9, 4)" )"TEXT2 0, 0.5, "Object Placement"&lt;BR /&gt;
&lt;BR /&gt;
Correct is:&lt;BR /&gt;
TEXT2 0, 0, STR(GLOB_WORLD_ORIGO_OFFSET_X + SYMB_POS_X, 9, 4) + " ;" + STR(GLOB_WORLD_ORIGO_OFFSET_Y + SYMB_POS_Y, 9, 4)&lt;BR /&gt;
TEXT2 0, 0.5, "Object Placement"&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2005 10:30:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10309#M36408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-05T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script Mistake in "GDL Reference Guide" Founde</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10310#M36409</link>
      <description>You are right that it is not correct.&lt;BR /&gt;
But I think they wanted parentheses to appear, so this would be more appropriate:&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0, "(" + STR (GLOB_WORLD_ORIGO_OFFSET_X + SYMB_POS_X, 9, 4) + "; " + STR(GLOB_WORLD_ORIGO_OFFSET_Y + SYMB_POS_Y, 9, 4)+" )"&lt;BR /&gt;
TEXT2 0, 0.5, "Object Placement"</description>
      <pubDate>Tue, 05 Jul 2005 18:37:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10310#M36409</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2005-07-05T18:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Script Mistake in "GDL Reference Guide" Founde</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10311#M36410</link>
      <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;But I think they wanted parentheses to appear, so this would be more appropriate:&lt;/BLOCKQUOTE&gt;

Correct  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_exclaim.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 21:17:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Mistake-in-quot-GDL-Reference-Guide-quot-Founded/m-p/10311#M36410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-05T21:17:19Z</dc:date>
    </item>
  </channel>
</rss>

