<?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: &amp;quot;:&amp;quot; in GDL Script in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31298#M37288</link>
    <description>':' is no dangerous syntax.&lt;BR /&gt;
&lt;BR /&gt;
We have had a discussion based on a malfunction of an obvisiously well written script 1 or 2 years ago. The trouble made ":" at the end of lines and in combination with IF-THEN. It think it was in GDL-Alliance-Talk. I didn't want to say more than: if there are none, which are not necessary, they can not cause conflicts.</description>
    <pubDate>Tue, 16 Aug 2005 22:58:30 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2005-08-16T22:58:30Z</dc:date>
    <item>
      <title>":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31292#M37282</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;anyone can explain me what "&lt;FONT color="red"&gt;&lt;B&gt;:&lt;/B&gt;&lt;/FONT&gt;" in GDL scipt means(not for line#)?&lt;BR /&gt;
&lt;BR /&gt;
example:&lt;BR /&gt;
	If st=1 Then&lt;BR /&gt;
		style mtext3style : PEN AC_TextPen_3 : AC_TextSize_1=AC_TextSize_3&lt;BR /&gt;
	ELSE&lt;BR /&gt;
		style mtext2style : PEN AC_TextPen_2 : AC_TextSize_1=AC_TextSize_2&lt;BR /&gt;
	EndIf&lt;BR /&gt;
&lt;BR /&gt;
or&lt;BR /&gt;
&lt;BR /&gt;
If glob_context&amp;lt;&amp;gt;5 and glob_context&amp;lt;&amp;gt;1 Then&lt;BR /&gt;
	number_1="" : number_2=""&lt;BR /&gt;
	zone_relations=request ("Zone_Relations","",category_name_1,code_1,name_1,number_1,category_name_2,code_2,name_2,number_2)&lt;BR /&gt;
	...&lt;BR /&gt;
&lt;BR /&gt;
In AC9 help is nothing written.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Aug 2005 19:49:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31292#M37282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-15T19:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: ":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31293#M37283</link>
      <description>It allows to write several statments on the same line.&lt;BR /&gt;
&lt;BR /&gt;
if bSwitch then&lt;BR /&gt;
	A = 1&lt;BR /&gt;
	B = 2&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
you can write the same&lt;BR /&gt;
&lt;BR /&gt;
if bSwitch then&lt;BR /&gt;
	A = 1 : B = 2&lt;BR /&gt;
endif</description>
      <pubDate>Mon, 15 Aug 2005 20:02:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31293#M37283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-15T20:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: ":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31294#M37284</link>
      <description>Thank's Oliver!</description>
      <pubDate>Mon, 15 Aug 2005 20:18:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31294#M37284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-15T20:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: ":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31295#M37285</link>
      <description>Use them only, if they are really necessary (not at the end of a line) and be carefully inse IF-THEN-ENDIF constructions. There have yet been (few) false interpretations of the ":" seperator by the compiler.</description>
      <pubDate>Mon, 15 Aug 2005 22:32:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31295#M37285</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-08-15T22:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: ":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31296#M37286</link>
      <description>Hi Frank,&lt;BR /&gt;
thank's for reply!&lt;BR /&gt;
After your advice I'm just intersted to view any part of script with ":", wher  this gives any conflict to better understand what's can happen or what the problem is!</description>
      <pubDate>Tue, 16 Aug 2005 20:58:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31296#M37286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-16T20:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: ":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31297#M37287</link>
      <description>I tend to use them for closely related statements. For example:&lt;BR /&gt;

&lt;PRE&gt;FOR i = 1 TO someVariable
ADD2 xBend, yBend: delNum = delNum + 1
NEXT i
DEL  delNum
&lt;/PRE&gt;

I've not have any problems with them at all, but this is about my only use.</description>
      <pubDate>Tue, 16 Aug 2005 21:17:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31297#M37287</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-08-16T21:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: ":" in GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31298#M37288</link>
      <description>':' is no dangerous syntax.&lt;BR /&gt;
&lt;BR /&gt;
We have had a discussion based on a malfunction of an obvisiously well written script 1 or 2 years ago. The trouble made ":" at the end of lines and in combination with IF-THEN. It think it was in GDL-Alliance-Talk. I didn't want to say more than: if there are none, which are not necessary, they can not cause conflicts.</description>
      <pubDate>Tue, 16 Aug 2005 22:58:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-quot-in-GDL-Script/m-p/31298#M37288</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-08-16T22:58:30Z</dc:date>
    </item>
  </channel>
</rss>

