<?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: how to make editable GDL Script ? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150508#M12501</link>
    <description>@Barry Kelly. actually i want that amount editable. it takes automatically.. but i want script where can i put my own value...for example you gave me an example take value c15.49 from them and that place can we change 15 to 17. is it possible?.. can i change my value in GUI screen? appart from coding part. directly where the triangle.</description>
    <pubDate>Thu, 27 Mar 2014 03:58:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-27T03:58:13Z</dc:date>
    <item>
      <title>how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150504#M12497</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;!ADD2         0.5,     0.4&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
hotspot2 a,0&lt;BR /&gt;
PEN          epn&lt;BR /&gt;
LINE2       -0.5,     0.0,     a,     0.0&lt;BR /&gt;
PEN          cpn&lt;BR /&gt;
LINE2        0.0,     0.0,    -0.4,     0.4&lt;BR /&gt;
LINE2       -0.4,     0.4,     0.4,     0.4&lt;BR /&gt;
LINE2        0.4,     0.4,     0.0,     0.0&lt;BR /&gt;
DEFINE STYLE    "AC_STYLE_1" "arial", &lt;BR /&gt;
            100*tsize/a_,      7,      0&lt;BR /&gt;
pen tpn&lt;BR /&gt;
SET STYLE "AC_STYLE_1"&lt;BR /&gt;
C=""&lt;BR /&gt;
C=str(int((y~*100)+.5)/100,3,2)&lt;BR /&gt;
TEXT2        0.0,     0.377143, "C "+C&lt;BR /&gt;
&lt;BR /&gt;
this is my script. i want to make it auto editable. my c value generate automatically when i copied an object.&lt;BR /&gt;
 anyone please help me&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Mar 2014 13:05:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150504#M12497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-26T13:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150505#M12498</link>
      <description>I cannot help in greater detail because I never tackled scripting it myself, but you will need to use the HOTSPOT command in GDL.&lt;BR /&gt;
Check in the GDL Reference Guide the "GRAPHICAL EDITING USING HOTSPOTS" section that talks about it.&lt;BR /&gt;
There are also some examples here on the forum if you search for them. It is also possible to open a GDL Object in ArchiCAD that has this capability and check its 2D Script and 3D Script to see how it was achieved in these default Library Objects.</description>
      <pubDate>Wed, 26 Mar 2014 13:42:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150505#M12498</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-03-26T13:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150506#M12499</link>
      <description>This script seems to work fine.&lt;BR /&gt;
It will show the 'Y' value (height in elevation) and changes automatically as you drag it or place new objects.&lt;BR /&gt;
What is it exactly that you need help with?&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/13956i41E0299B1286EAB9/image-size/large?v=v2&amp;amp;px=999" border="0" alt="height_object.jpg" title="height_object.jpg" /&gt;</description>
      <pubDate>Wed, 26 Mar 2014 14:45:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150506#M12499</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-26T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150507#M12500</link>
      <description>hey thanks. let me try first</description>
      <pubDate>Thu, 27 Mar 2014 03:51:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150507#M12500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T03:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150508#M12501</link>
      <description>@Barry Kelly. actually i want that amount editable. it takes automatically.. but i want script where can i put my own value...for example you gave me an example take value c15.49 from them and that place can we change 15 to 17. is it possible?.. can i change my value in GUI screen? appart from coding part. directly where the triangle.</description>
      <pubDate>Thu, 27 Mar 2014 03:58:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150508#M12501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T03:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150509#M12502</link>
      <description>To make it completely editable you will need to comment out the lines in the script that refer to the C parameter.&lt;BR /&gt;
Then create a text parameter "C" in the parameter list.&lt;BR /&gt;
&lt;BR /&gt;
Now in your object you can type any value you want - but it will not change automatically as you move the object.&lt;BR /&gt;
&lt;BR /&gt;
hotspot2 0,0 &lt;BR /&gt;
hotspot2 a,0 &lt;BR /&gt;
PEN epn &lt;BR /&gt;
LINE2 -0.5, 0.0, a, 0.0 &lt;BR /&gt;
PEN cpn &lt;BR /&gt;
LINE2 0.0, 0.0, -0.4, 0.4 &lt;BR /&gt;
LINE2 -0.4, 0.4, 0.4, 0.4 &lt;BR /&gt;
LINE2 0.4, 0.4, 0.0, 0.0 &lt;BR /&gt;
DEFINE STYLE "AC_STYLE_1" "arial", &lt;BR /&gt;
100*tsize/a_, 7, 0 &lt;BR /&gt;
pen tpn &lt;BR /&gt;
SET STYLE "AC_STYLE_1" &lt;BR /&gt;
&lt;FONT color="#ff0024"&gt;!!C="" &lt;BR /&gt;
!!C=str(int((y~*100)+.5)/100,3,2) &lt;/FONT&gt;&lt;BR /&gt;
TEXT2 0.0, 0.377143, "C "+C&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If you want the best of both worlds you can add a boolean (on/off) parameter to switch between automatic and maual input.&lt;BR /&gt;
&lt;BR /&gt;
Create a boolean parameter called "auto_input".&lt;BR /&gt;
Also create a text parameter called "manual_text"&lt;BR /&gt;
&lt;BR /&gt;
Then change your script to this.&lt;BR /&gt;
&lt;BR /&gt;
hotspot2 0,0 &lt;BR /&gt;
hotspot2 a,0 &lt;BR /&gt;
PEN epn &lt;BR /&gt;
LINE2 -0.5, 0.0, a, 0.0 &lt;BR /&gt;
PEN cpn &lt;BR /&gt;
LINE2 0.0, 0.0, -0.4, 0.4 &lt;BR /&gt;
LINE2 -0.4, 0.4, 0.4, 0.4 &lt;BR /&gt;
LINE2 0.4, 0.4, 0.0, 0.0 &lt;BR /&gt;
DEFINE STYLE "AC_STYLE_1" "arial", &lt;BR /&gt;
100*tsize/a_, 7, 0 &lt;BR /&gt;
pen tpn &lt;BR /&gt;
SET STYLE "AC_STYLE_1" &lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff0012"&gt;if auto_input = 1 then&lt;BR /&gt;
C="" &lt;BR /&gt;
C=str(int((y~*100)+.5)/100,3,2) &lt;BR /&gt;
else&lt;BR /&gt;
C = manual_text&lt;BR /&gt;
endif&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0.0, 0.377143, "C "+C&lt;BR /&gt;
&lt;BR /&gt;
Now in the parameters you will have a switch where you can change between automatic or manual input.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 27 Mar 2014 05:16:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150509#M12502</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-27T05:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150510#M12503</link>
      <description>ok.. thanks let me try.. i will tell u further</description>
      <pubDate>Thu, 27 Mar 2014 05:24:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150510#M12503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T05:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150511#M12504</link>
      <description>Thank you... its working with your help... thank u so much</description>
      <pubDate>Thu, 27 Mar 2014 05:42:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150511#M12504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T05:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150512#M12505</link>
      <description>hi&lt;BR /&gt;
a applied code it was working but when i merge with my existing code it will generate error... on two lines&lt;BR /&gt;
if auto_input = 1 then &lt;BR /&gt;
TEXT2 0.0, 0.377143, "C "+C&lt;BR /&gt;
... now what should i do ? want to see mine full code  ?</description>
      <pubDate>Thu, 27 Mar 2014 07:09:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150512#M12505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T07:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150513#M12506</link>
      <description>Can you attach the whole object file.&lt;BR /&gt;
You will need to ZIP it otherwise you won't be able to attach it.&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 27 Mar 2014 07:23:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150513#M12506</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-27T07:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150514#M12507</link>
      <description>find object.rar</description>
      <pubDate>Thu, 27 Mar 2014 09:21:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150514#M12507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150515#M12508</link>
      <description>Sorry I can't expand RAR files - only ZIP files.&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 27 Mar 2014 09:26:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150515#M12508</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-27T09:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150516#M12509</link>
      <description>object.zip</description>
      <pubDate>Thu, 27 Mar 2014 09:51:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150516#M12509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T09:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150517#M12510</link>
      <description>&lt;BLOCKQUOTE&gt;deval wrote:&lt;BR /&gt;object.zip&lt;/BLOCKQUOTE&gt;
This is just the 2D Script. Please post the entire object which will have the parameters.&lt;BR /&gt;
&lt;BR /&gt;
You should add a Signature to your Profile (click the Profile button near the top of this page) with your ArchiCAD version and operating system (see mine for an example) for more accurate help in this forum.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Thu, 27 Mar 2014 13:01:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150517#M12510</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2014-03-27T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150518#M12511</link>
      <description>Yes we will need the entire .GSM object file (But Zipped) so we can see where the problem is.&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 27 Mar 2014 14:41:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150518#M12511</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-27T14:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150519#M12512</link>
      <description>hi, sorry yesterday i could not reply you due to my office hours over. today i am sending you object file which you want. please find an attachment sheet.&lt;BR /&gt;
thank you</description>
      <pubDate>Fri, 28 Mar 2014 04:46:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150519#M12512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T04:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150520#M12513</link>
      <description>You have only attached an image of you parameter list so we still can't test it.&lt;BR /&gt;
But it might be enough.&lt;BR /&gt;
&lt;BR /&gt;
You don't have parameters for "auto_input" which is a boolean parameter and "manual_text" which is a text parameter.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/19925iB59F55D819B476CD/image-size/large?v=v2&amp;amp;px=999" border="0" alt="parameters.jpg" title="parameters.jpg" /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 05:30:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150520#M12513</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-28T05:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150521#M12514</link>
      <description>mul2     A/0.009850, B/0.002501&lt;BR /&gt;
add2     -0.5678904373088, 9.425812062273&lt;BR /&gt;
pen     penAttribute_1&lt;BR /&gt;
line_property       0&lt;BR /&gt;
line2    0.5717404373113, -9.42546206234, 0.5717404373113, -9.423662062112&lt;BR /&gt;
fill fillAttribute_1&lt;BR /&gt;
poly2_b{5}       9,      2,      0,      3, penAttribute_1, penAttribute_2, &lt;BR /&gt;
                   0,            0,            1,            0,            0,            1,            0, &lt;BR /&gt;
        0.5678904374361, -9.425812062273,      1, &lt;BR /&gt;
        0.5717404373113, -9.425812062273,      1, &lt;BR /&gt;
        0.5717404373113, -9.425562062232,      1, &lt;BR /&gt;
        0.5681404371657, -9.425562062232,      1, &lt;BR /&gt;
        0.5681404371657, -9.42356206222,      1, &lt;BR /&gt;
        0.5717404373113, -9.42356206222,      1, &lt;BR /&gt;
        0.5717404373113, -9.42331206218,      1, &lt;BR /&gt;
        0.5678904374361, -9.42331206218,      1, &lt;BR /&gt;
        0.5678904374361, -9.425812062273,      1&lt;BR /&gt;
poly2_b{5}       2,      1,      0,      3,      1,      0, &lt;BR /&gt;
                   0,            0,            1,            0,            0,            1,            0, &lt;BR /&gt;
        0.5678904373088, -9.423312062235,      1, &lt;BR /&gt;
        0.5717404373088, -9.423312062235,      1&lt;BR /&gt;
poly2_b{5}       8,      1,      0,      3,      1,      0, &lt;BR /&gt;
                   0,            0,            1,            0,            0,            1,            0, &lt;BR /&gt;
        0.5717404373088, -9.423312062235,      1, &lt;BR /&gt;
        0.5717404373088, -9.423562062235,      1, &lt;BR /&gt;
        0.5681404373088, -9.423562062235,      1, &lt;BR /&gt;
        0.5681404373088, -9.425562062235,      1, &lt;BR /&gt;
        0.5717404373088, -9.425562062235,      1, &lt;BR /&gt;
        0.5717404373088, -9.425812062235,      1, &lt;BR /&gt;
        0.5678904373088, -9.425812062235,      1, &lt;BR /&gt;
        0.5678904373088, -9.423312062235,      1&lt;BR /&gt;
poly2_b{5}       4,      1,      0,      3,      1,      0, &lt;BR /&gt;
                   0,            0,            1,            0,            0,            1,            0, &lt;BR /&gt;
        0.5717404373088, -9.423562062235,      1, &lt;BR /&gt;
        0.5777404373088, -9.423562062235,      1, &lt;BR /&gt;
        0.5777404373088, -9.425562062235,      1, &lt;BR /&gt;
        0.5717404373088, -9.425562062235,      1&lt;BR /&gt;
define style{2}    "AC_STYLE_1" "Arial Narrow",        0.015,      0&lt;BR /&gt;
&lt;BR /&gt;
paragraph  "AC_PRG_12"      1,            0,            0,            0,            1&lt;BR /&gt;
    set style "AC_STYLE_1"&lt;BR /&gt;
        "FFL"&lt;BR /&gt;
endparagraph&lt;BR /&gt;
textblock  "AC_TEXTBLOCK_12"            0,      7,            0,            1,            1,            1, &lt;BR /&gt;
        "AC_PRG_12"&lt;BR /&gt;
richtext2  0.5684845814529, -9.42578172547, "AC_TEXTBLOCK_12"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
this is generate error</description>
      <pubDate>Fri, 28 Mar 2014 06:31:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150521#M12514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T06:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150522#M12515</link>
      <description>I don't see any problems with this bit of script at all.&lt;BR /&gt;
But it is very hard to say what is happening with out the entire object as the various scripts and parameter list all interact with each other.&lt;BR /&gt;
&lt;BR /&gt;
The object will be a .GSM object.&lt;BR /&gt;
It may be embedded in the actual PLN file.&lt;BR /&gt;
If that is the case then open the Library Manager, select the object in the Embedded Library and Export (save) it to an external file.&lt;BR /&gt;
Then ZIP that file and attach to a post.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/37319i1C9FCB47E6FEA406/image-size/large?v=v2&amp;amp;px=999" border="0" alt="export-object.jpg" title="export-object.jpg" /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 06:44:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150522#M12515</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2014-03-28T06:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to make editable GDL Script ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150523#M12516</link>
      <description>its working. thanks</description>
      <pubDate>Fri, 28 Mar 2014 07:31:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-make-editable-GDL-Script/m-p/150523#M12516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T07:31:01Z</dc:date>
    </item>
  </channel>
</rss>

