<?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>Thema "Re: GDL-Text-Systemanfragen" in Modellierung</title>
    <link>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411623#M4757</link>
    <description>cool... det merk ick ma!</description>
    <pubDate>Tue, 19 Mar 2002 20:44:00 GMT</pubDate>
    <dc:creator>andreaszeike</dc:creator>
    <dc:date>2002-03-19T20:44:00Z</dc:date>
    <item>
      <title>GDL-Text-Systemanfragen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411619#M4753</link>
      <description>Bisher kenne ich den 2D GDL-Eintrag zur Abfrage des Systemdatums:&amp;lt;p&amp;gt;dstr= ""&lt;BR /&gt; if uh=1 then&lt;BR /&gt;     ch = OPEN ("DateTime","","%d.%m.%Y, %H:%M")           !!!!!!!XXXXXXXXX!!!!!!Datum!!&lt;BR /&gt;     n = INPUT (CH, "","",dstr)&lt;BR /&gt; else&lt;BR /&gt;     ch = OPEN ("DateTime","","%d.%m.%Y")&lt;BR /&gt;     n = INPUT (CH, "","",dstr)&lt;BR /&gt; endif&amp;lt;p&amp;gt;&lt;BR /&gt; Frage: Gibt es sowas auch für Dateiname, Pfad und Laufwerk?&lt;BR /&gt; Wie schauts da mit den Projektnotitzfenster aus - kann man das ins GDL importieren?&lt;BR /&gt; Gibts vielleicht noch andere interessante Zeichnungsinfos für ein Plankopf-GDL?&amp;lt;p&amp;gt;mfg. Heimo  :dozey:</description>
      <pubDate>Tue, 12 Mar 2002 10:22:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411619#M4753</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2002-03-12T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: GDL-Text-Systemanfragen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411620#M4754</link>
      <description>Also für einen Plankopf ist auf jeden Fall der Dateiname wichtig. Der Dateiname ist (bis auf die Dateiendung) identisch mit dem Plannamen und kann daher mit dem Befehl:&lt;BR /&gt; &amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;pre&amp;gt;REQUEST ("Name_of_plan", "", &lt;I&gt;programmname&lt;/I&gt;) &amp;lt;/pre&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;p&amp;gt;Der Dateipfad lässt sich leider nicht auslesen &lt;BR /&gt;   &lt;!-- s:( --&gt;&lt;span class="lia-unicode-emoji" title=":enttäuschtes_Gesicht:"&gt;😞&lt;/span&gt;&lt;!-- s:( --&gt;  &lt;BR /&gt; Auch das Projektnotizfenster lässt sich nicht anzeigen.&amp;lt;p&amp;gt;Dafür kann man beliebige Verzeichnisse und beliebige Textdateien auswerten und anzeigen lassen.&lt;BR /&gt; Man das GDL-Objekt sogar Textdateien schreiben lassen.</description>
      <pubDate>Tue, 12 Mar 2002 12:37:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411620#M4754</guid>
      <dc:creator>Bernhard Binder</dc:creator>
      <dc:date>2002-03-12T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: GDL-Text-Systemanfragen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411621#M4755</link>
      <description>Ahja! Vielleicht ist der Gerschossname noch interessant:&lt;BR /&gt; &amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;pre&amp;gt;REQUEST ("Story", "", index, geschoßname)&amp;lt;/pre&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;p&amp;gt;und auch der Maßstab:&lt;BR /&gt; GLOB_SCALE</description>
      <pubDate>Tue, 12 Mar 2002 13:29:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411621#M4755</guid>
      <dc:creator>Bernhard Binder</dc:creator>
      <dc:date>2002-03-12T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: GDL-Text-Systemanfragen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411622#M4756</link>
      <description>Hier eine Erweiterung des Dinges:&lt;BR /&gt; (Glob_Context - fragt nach ob vielleicht Schnitt...)&lt;BR /&gt; Der Pfadname kann nun in eine Textvariable kopiert werden - Aber die "\" müssen 2x drin sein! "\\"&lt;BR /&gt; &lt;BR /&gt; !!!!!!!!!!!!!!!   Dateiname        !!!!!!!!!!!!!!!!!!&lt;BR /&gt; if Dateiname=1 then&lt;BR /&gt; REQUEST ("Name_of_plan", "", programmname)&lt;BR /&gt; REQUEST ("Story", "", wogenau, geschossname)&lt;BR /&gt; if GLOB_CONTEXT = 4 then geschossname = "Schnitt"&lt;BR /&gt; &lt;BR /&gt; wo=1&lt;BR /&gt; mal=Faktprz1/Datfakt !!Schriftgrößeneinstellung&lt;BR /&gt; schrift="Arial Westlich"  !!oder so&lt;BR /&gt; gosub 666 !!!Textstileinstellungsfunktion&lt;BR /&gt; Text2 0, 0, Pfad + programmname + ".pln / " +  geschossname !!!!!!!!!Plan Datei Name  + Erweiterung -pln&lt;BR /&gt; else&lt;BR /&gt; endif&lt;BR /&gt; &lt;BR /&gt; !!!!Hier nur eine Funktion zur einstellung der Textgröße - auf eine Übergebene Breite bezogen..&lt;BR /&gt; &lt;BR /&gt; 666: &lt;BR /&gt; define Style "TX" Schrift, 1*mas/100*A_, 7, wie&lt;BR /&gt; set style "TX"&lt;BR /&gt; OBR=STW(Inhalt)&lt;BR /&gt; TGRBM=br/OBR*10*mal/100&lt;BR /&gt; &lt;BR /&gt; define Style "T31" Schrift, tgrbm*mas, wo, wie&lt;BR /&gt; STYLE "T31"&lt;BR /&gt; mal=100&lt;BR /&gt; RETURN&lt;BR /&gt; &lt;BR /&gt; mfg.&lt;BR /&gt; Heimo Mooslechner</description>
      <pubDate>Thu, 14 Mar 2002 06:46:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411622#M4756</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2002-03-14T06:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: GDL-Text-Systemanfragen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411623#M4757</link>
      <description>cool... det merk ick ma!</description>
      <pubDate>Tue, 19 Mar 2002 20:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/GDL-Text-Systemanfragen/m-p/411623#M4757</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2002-03-19T20:44:00Z</dc:date>
    </item>
  </channel>
</rss>

